Uses of Class
com.aquima.interactions.dtree.impl.AbstractNode
Packages that use AbstractNode
-
Uses of AbstractNode in com.aquima.interactions.dtree.impl
Subclasses of AbstractNode in com.aquima.interactions.dtree.implModifier and TypeClassDescriptionclass
Decision tree node representing a asset result.class
Decision tree node representing a set-attribute action.class
Decision tree node representing a container result.class
Decision tree node representing a condition.class
Decision tree node representing a sub tree.Methods in com.aquima.interactions.dtree.impl that return AbstractNodeModifier and TypeMethodDescriptionabstract AbstractNode[]
AbstractNode.getChildren()
This method returns an array containing the child nodes.AssetAction.getChildren()
AttributeAction.getChildren()
ContainerAction.getChildren()
DecisionTreeCondition.getChildren()
SubTreeAction.getChildren()
DecisionTree.getConditions()
Retrieves the start questions of the decision tree.protected AbstractNode[]
TreeNodeVisitor.getConditions()
Constructors in com.aquima.interactions.dtree.impl with parameters of type AbstractNodeModifierConstructorDescriptionprotected
AbstractNode
(IDecisionTree tree, AbstractNode parent, InitializationLookup lookup, IDecisionTreeNodeDS nodeDS) protected
AssetAction
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) protected
AttributeAction
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) protected
ContainerAction
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) protected
DecisionTreeCondition
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) protected
SubTreeAction
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode parent, IDecisionTreeNodeDS nodeDS) protected
TreeNodeVisitor
(InitializationLookup lookup, IDecisionTree decisionTree, AbstractNode current)