Class XmlTreeEngineDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.dtree.ds.xml.parsing.XmlTreeEngineDS
- All Implemented Interfaces:
ITreeEngineDS
,IReportingDS
Release 8.x implementation of the decision tree data source from XML.
- Since:
- 7.2
- Author:
- Jon van Leuven
-
Field Summary
Fields inherited from interface com.aquima.interactions.dtree.ds.ITreeEngineDS
CATEGORY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
iterateDecisionTrees
(IDecisionTreeVisitor visitor) This method should iterate over all the decision trees and add a data-source for each of them to the visitor.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlTreeEngineDS
-
-
Method Details
-
iterateDecisionTrees
Description copied from interface:ITreeEngineDS
This method should iterate over all the decision trees and add a data-source for each of them to the visitor.- Specified by:
iterateDecisionTrees
in interfaceITreeEngineDS
- Parameters:
visitor
- The visitor that should be used to add decision trees to.- Throws:
InitializationException
- This exception is thrown when the decision trees could not be initialized.
-