@samatawy/rules
    Preparing search index...

    Class AbstractReteNodeAbstract

    AbstractNode represents a node in the Rete graph. It can be a DataNode, a DecisionNode, or a RuleNode. Each node can have multiple parents and children, representing the dependencies between rules and data keys.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: string
    parents: AbstractReteNode[]
    children: AbstractReteNode[]

    Methods