Package org.iam.intent
package org.iam.intent
Intent abstractions used by AccessRefinery mining and refinement.
This package models discovered intents/findings and intent transformations:
MCPIntent: symbolic intent with domain values and refinement operationsMergeIntent: merge-friendly wrapper for intent consolidationJsonIntent: serialization-oriented intent representation
Intent objects bridge domain-value assignments and symbolic MCP nodes for search, pruning, and final result emission.
-
ClassesClassDescriptionConverts a set of MCPIntent objects into a JSON structure for output.MCPIntent represents a finding with domain values and symbolic encoding.MergeIntent is used to merge and manipulate sets of domain values for intent mining.