Uses of Class
org.iam.intent.MCPIntent
Packages that use MCPIntent
Package
Description
Core orchestration and solving workflow for AccessRefinery.
Intent abstractions used by AccessRefinery mining and refinement.
Internal model structures for label hierarchy and symbolic wrappers.
-
Uses of MCPIntent in org.iam.core
Methods in org.iam.core that return types with arguments of type MCPIntentModifier and TypeMethodDescriptionAccessRefinery.mergingIntents(HashSet<MCPIntent> findings) Merges compatible findings into larger intents.AccessRefinery.running(Path fileName, ResultsAnalyzer analyzer) Calculates findings based on the constraint file specified byfileName.Method parameters in org.iam.core with type arguments of type MCPIntentModifier and TypeMethodDescriptionAccessRefinery.mergingIntents(HashSet<MCPIntent> findings) Merges compatible findings into larger intents. -
Uses of MCPIntent in org.iam.intent
Methods in org.iam.intent that return MCPIntentModifier and TypeMethodDescriptionMergeIntent.getFinding()Converts this MergeIntent to an MCPIntent.MergeIntent.getFinding(String domain) Converts this MergeIntent to an MCPIntent for a specific domain.static MCPIntentMCPIntent.getRootFinding(org.mcp.core.MCPFactory cubeFactory) Creates and returns the root intent, initializing domain values for all domains.Methods in org.iam.intent that return types with arguments of type MCPIntentModifier and TypeMethodDescriptionMCPIntent.refines()Refines the current intent into a set of more specific intents.Constructors in org.iam.intent with parameters of type MCPIntentModifierConstructorDescriptionCopy constructor.MergeIntent(MCPIntent finding) Constructs a MergeIntent from an MCPIntent.Constructor parameters in org.iam.intent with type arguments of type MCPIntentModifierConstructorDescriptionJsonIntent(String inputFilePath, HashSet<MCPIntent> findingsSet) Constructs a JsonIntent object. -
Uses of MCPIntent in org.iam.model
Methods in org.iam.model with parameters of type MCPIntent