@samatawy/rules
    Preparing search index...

    Class DataNode

    DataNode represents a node that corresponds to a specific data key in the Rete graph. It holds a key and can have child nodes that represent nested data, rules, or combinations that depend on this data key. Data nodes can be followed if they do not evaluate to undefined.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods