Package generic.constraint
Class RootDecisionNode<T>
java.lang.Object
generic.constraint.DecisionNode<T>
generic.constraint.RootDecisionNode<T>
- Type Parameters:
T
- the type of object used to test constraints.s
Special root node for a decision tree. Root nodes don't have a real constraint, so
a dummy constraint that is always satisfied is used.
-
Constructor Summary
-
Method Summary
Methods inherited from class generic.constraint.DecisionNode
getOrCreateNodeForContraint, populateDecisions, setProperty, toString
-
Constructor Details
-
RootDecisionNode
public RootDecisionNode()
-
-
Method Details
-
getDecisionPath
- Overrides:
getDecisionPath
in classDecisionNode<T>
-