@samatawy/rules
    Preparing search index...

    Class DecisionNode

    DecisionNode represents a node that corresponds to a decision in the Rete graph. It holds an expression that represents part of he conditions necessary for relevant rules. Decision nodes can be followed if they evaluate to true.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods