Class TreeNodeVisitor
java.lang.Object
com.aquima.interactions.dtree.impl.TreeNodeVisitor
- All Implemented Interfaces:
ITreeNodeVisitor
Tree node visitor used to collect nodes.
- Since:
- 5.0
- Author:
- F. van der Meer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TreeNodeVisitor
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode current) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IDecisionTreeNodeDS node) This method should be invoked to add a single node.protected AbstractNode[]
-
Constructor Details
-
TreeNodeVisitor
protected TreeNodeVisitor(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode current)
-
-
Method Details
-
accept
Description copied from interface:ITreeNodeVisitor
This method should be invoked to add a single node.- Specified by:
accept
in interfaceITreeNodeVisitor
- Parameters:
node
- Data-source providing the information of the node that should be added.- Throws:
InitializationException
- This exception is thrown when the node could not be initialized.
-
getConditions
-