Class DecisionTreeVisitor
java.lang.Object
com.aquima.interactions.portal.ds.sys.dialects.DecisionTreeVisitor
- All Implemented Interfaces:
IDecisionTreeVisitor
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
- Since:
- 8.4
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DecisionTreeVisitor
(IDecisionTreeVisitor visitor, FallbackLanguages fallbackLanguages) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDecisionTree
(IDecisionTreeDS datasource) This method should be invoked to add a single decision tree to the tree engine.
-
Constructor Details
-
Method Details
-
addDecisionTree
Description copied from interface:IDecisionTreeVisitor
This method should be invoked to add a single decision tree to the tree engine.- Specified by:
addDecisionTree
in interfaceIDecisionTreeVisitor
- Parameters:
datasource
- Data-source that can provide the information of a single decision tree.
-