Uses of Interface
com.aquima.interactions.dtree.ds.ITreeNodeVisitor
Packages that use ITreeNodeVisitor
Package
Description
-
Uses of ITreeNodeVisitor in com.aquima.interactions.dtree.ds
Methods in com.aquima.interactions.dtree.ds with parameters of type ITreeNodeVisitorModifier and TypeMethodDescriptionvoid
IDecisionTreeDS.iterateNodes
(ITreeNodeVisitor visitor) This method should iterate over the top node(s) of the tree, and add them to the provided visitor.void
IDecisionTreeNodeDS.iterateNodes
(ITreeNodeVisitor visitor) This method should iterate over the child node(s) of this node, and add them to the provided visitor. -
Uses of ITreeNodeVisitor in com.aquima.interactions.dtree.ds.delegate
Methods in com.aquima.interactions.dtree.ds.delegate with parameters of type ITreeNodeVisitorModifier and TypeMethodDescriptionvoid
DecisionTreeDelegateDS.iterateNodes
(ITreeNodeVisitor visitor) -
Uses of ITreeNodeVisitor in com.aquima.interactions.dtree.ds.xml.parsing
Methods in com.aquima.interactions.dtree.ds.xml.parsing with parameters of type ITreeNodeVisitorModifier and TypeMethodDescriptionvoid
XmlDecisionTreeDS.iterateNodes
(ITreeNodeVisitor visitor) void
XmlDecisionTreeNodeDS.iterateNodes
(ITreeNodeVisitor visitor) -
Uses of ITreeNodeVisitor in com.aquima.interactions.dtree.impl
Classes in com.aquima.interactions.dtree.impl that implement ITreeNodeVisitor