Package software.amazon.smithy.rulesengine.logic.cfg
package software.amazon.smithy.rulesengine.logic.cfg
-
ClassesClassDescriptionA Control Flow Graph (CFG) representation of endpoint rule decision logic.Builder for constructing Control Flow Graphs with node deduplication.Abstract base class for all nodes in a Control Flow Graph (CFG).Graph of dependencies between conditions based on variable definitions and usage.A CFG node that evaluates a condition and branches based on the result.A terminal CFG node that represents a final result, either an endpoint or error.