Class SubTreeAction
java.lang.Object
com.aquima.interactions.dtree.impl.AbstractNode
com.aquima.interactions.dtree.impl.SubTreeAction
- All Implemented Interfaces:
Serializable
Decision tree node representing a sub tree.
- Since:
- 5.0
- Author:
- F. van der Meer
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SubTreeAction
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns an array containing the child nodes.protected String
boolean
Methods inherited from class com.aquima.interactions.dtree.impl.AbstractNode
getCondition, getQuestionAttribute, getTree, isActionNode, isAssetAction, isAttributeAction, isCondition, isContainerAction, toAssetAction, toAttributeAction, toContainerAction, toString
-
Constructor Details
-
SubTreeAction
protected SubTreeAction(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
isSubtreeAction
public boolean isSubtreeAction()- Overrides:
isSubtreeAction
in classAbstractNode
-
toSubtreeAction
- Overrides:
toSubtreeAction
in classAbstractNode
- Throws:
DecisionTreeException
-
getChildren
Description copied from class:AbstractNode
This method returns an array containing the child nodes.
Note: This method is public to allow test-case access, but should not be used outside the tree engine.
- Specified by:
getChildren
in classAbstractNode
- Returns:
- an array containing the child nodes.
-
getSubTree
-