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
public class RootDecisionNode<T> extends DecisionNode<T>
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
Constructors Constructor Description RootDecisionNode() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getDecisionPath()- 
Methods inherited from class generic.constraint.DecisionNode
getOrCreateNodeForContraint, populateDecisions, setProperty, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDecisionPath
protected java.util.List<java.lang.String> getDecisionPath()
- Overrides:
 getDecisionPathin classDecisionNode<T>
 
 - 
 
 -