Class XmlTreeEngineDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.dtree.ds.xml.r12.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
  • Constructor Details

  • Method Details

    • iterateDecisionTrees

      public void iterateDecisionTrees(IDecisionTreeVisitor visitor)
      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 interface ITreeEngineDS
      Parameters:
      visitor - The visitor that should be used to add decision trees to.