java.lang.Object
com.aquima.interactions.foundation.report.ReportingDelegateDS
com.aquima.interactions.portal.ds.sys.dialects.TreeEngineDS
All Implemented Interfaces:
ITreeEngineDS, IReportingDS

public final class TreeEngineDS extends ReportingDelegateDS implements ITreeEngineDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
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.