Class XmlTreeEngineDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.dtree.ds.xml.r8.parsing.XmlTreeEngineDS
-
- All Implemented Interfaces:
ITreeEngineDS
,IReportingDS
public class XmlTreeEngineDS extends ReportingDS implements ITreeEngineDS
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 Constructor Description XmlTreeEngineDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
XmlTreeEngineDS
public XmlTreeEngineDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
iterateDecisionTrees
public void iterateDecisionTrees(IDecisionTreeVisitor visitor) throws InitializationException
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.
-
-