- All Superinterfaces:
- BusinessRuleChangeDetector, BusinessRuleValidateable, java.io.Serializable, TreeNode
public interface ActionNode
extends java.io.Serializable, TreeNode
This interface represents an action node within a decision tree. Actions are
the result of executing the decision tree. They assign values to the output
variables. Action nodes are always the leaf nodes of the tree since the
represent the end state after having traversed the condition nodes of the
tree to get to the final action to be performed. An action node can have one
or more individual actions that are performed. Each action assigns a value to
some output variable, referred to as the term.