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 operations
  • MergeIntent: merge-friendly wrapper for intent consolidation
  • JsonIntent: serialization-oriented intent representation

Intent objects bridge domain-value assignments and symbolic MCP nodes for search, pruning, and final result emission.

  • Classes
    Class
    Description
    Converts 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.