Uses of Interface
com.aquima.interactions.dtree.IDecisionTree
Packages that use IDecisionTree
-
Uses of IDecisionTree in com.aquima.interactions.dtree
Methods in com.aquima.interactions.dtree that return IDecisionTreeModifier and TypeMethodDescriptionITreeEngine.getTreeByName
(String name) Retrieves the tree by it's name. -
Uses of IDecisionTree in com.aquima.interactions.dtree.impl
Classes in com.aquima.interactions.dtree.impl that implement IDecisionTreeModifier and TypeClassDescriptionclass
This class represents a single decision tree definition.Methods in com.aquima.interactions.dtree.impl that return IDecisionTreeModifier and TypeMethodDescriptionprotected IDecisionTree
AbstractNode.getTree()
TreeEngine.getTreeByName
(String name) protected IDecisionTree[]
DecisionTreeVisitor.getTrees()
Constructors in com.aquima.interactions.dtree.impl with parameters of type IDecisionTreeModifierConstructorDescriptionprotected
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)