Class TreeLinkTemplate


public class TreeLinkTemplate extends DecisionTreeNodeTemplate
Template representing a link to another tree.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • TreeLinkTemplate

      protected TreeLinkTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String alternative, String treeName)
  • Method Details

    • getTreeName

      protected String getTreeName()
    • toDataSource

      public com.aquima.interactions.test.templates.tree.DecisionTreeNodeDS toDataSource()
      Description copied from class: DecisionTreeNodeTemplate
      This method returns the data-source implementation for the node template.
      Specified by:
      toDataSource in class DecisionTreeNodeTemplate
      Returns:
      the data-source implementation for the node template.