Uses of Interface
com.aquima.interactions.dtree.ds.ITreeSymptomVisitor
Packages that use ITreeSymptomVisitor
Package
Description
This package contains all classes to make sure multilangual elements have fallback behaviour defined for dialects.
-
Uses of ITreeSymptomVisitor in com.aquima.interactions.dtree.ds
Methods in com.aquima.interactions.dtree.ds with parameters of type ITreeSymptomVisitorModifier and TypeMethodDescriptionvoid
IDecisionTreeDS.iterateSymptoms
(ITreeSymptomVisitor visitor) This method should iterate over the symptoms of the tree and add them to the visitor. -
Uses of ITreeSymptomVisitor in com.aquima.interactions.dtree.ds.delegate
Methods in com.aquima.interactions.dtree.ds.delegate with parameters of type ITreeSymptomVisitorModifier and TypeMethodDescriptionvoid
DecisionTreeDelegateDS.iterateSymptoms
(ITreeSymptomVisitor visitor) -
Uses of ITreeSymptomVisitor in com.aquima.interactions.dtree.ds.xml.r12.parsing
Methods in com.aquima.interactions.dtree.ds.xml.r12.parsing with parameters of type ITreeSymptomVisitorModifier and TypeMethodDescriptionvoid
XmlDecisionTreeDS.iterateSymptoms
(ITreeSymptomVisitor visitor) -
Uses of ITreeSymptomVisitor in com.aquima.interactions.dtree.ds.xml.r17.parsing
Methods in com.aquima.interactions.dtree.ds.xml.r17.parsing with parameters of type ITreeSymptomVisitorModifier and TypeMethodDescriptionvoid
XmlDecisionTreeDS.iterateSymptoms
(ITreeSymptomVisitor visitor) -
Uses of ITreeSymptomVisitor in com.aquima.interactions.dtree.impl
Classes in com.aquima.interactions.dtree.impl that implement ITreeSymptomVisitorModifier and TypeClassDescriptionclass
This class is internally used to iterate over the symptoms belonging to a decision tree. -
Uses of ITreeSymptomVisitor in com.aquima.interactions.portal.ds.sys.dialects
Classes in com.aquima.interactions.portal.ds.sys.dialects that implement ITreeSymptomVisitorModifier and TypeClassDescriptionfinal class
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.Methods in com.aquima.interactions.portal.ds.sys.dialects with parameters of type ITreeSymptomVisitorModifier and TypeMethodDescriptionvoid
DecisionTreeDS.iterateSymptoms
(ITreeSymptomVisitor visitor) Constructors in com.aquima.interactions.portal.ds.sys.dialects with parameters of type ITreeSymptomVisitorModifierConstructorDescriptionprotected
TreeSymptomVisitor
(ITreeSymptomVisitor visitor, FallbackLanguages fallbackLanguages)