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.
true
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.