Class ReportingTreeEngineDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.dtree.report.ReportingTreeEngineDS
All Implemented Interfaces:
ITreeEngineDS, IReportingDS

public class ReportingTreeEngineDS extends ReportingDS implements ITreeEngineDS
ITreeEngineDS wrapper that adds error reporting.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • ReportingTreeEngineDS

      public ReportingTreeEngineDS(IInitializationReport report, ITreeEngineDS datasource)
      Constructs the tree engine data source with the required parameters.
      Parameters:
      report - The initialization report to add error/warning to.
      datasource - The data source that is wrapped by this data source.
  • 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.