Class TreeLinkTemplate


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

      • TreeLinkTemplate

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

      • 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.