Class TreeLinkTemplate
- java.lang.Object
-
- com.aquima.interactions.test.templates.AbstractReportingTemplate
-
- com.aquima.interactions.test.templates.tree.DecisionTreeNodeTemplate
-
- com.aquima.interactions.test.templates.tree.TreeLinkTemplate
-
public class TreeLinkTemplate extends DecisionTreeNodeTemplate
Template representing a link to another tree.- Since:
- 6.0
- Author:
- O. Kerpershoek
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeLinkTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String alternative, String treeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getTreeName()
com.aquima.interactions.test.templates.tree.DecisionTreeNodeDS
toDataSource()
This method returns the data-source implementation for the node template.-
Methods inherited from class com.aquima.interactions.test.templates.tree.DecisionTreeNodeTemplate
addNode, getAlternative, getNodes
-
Methods inherited from class com.aquima.interactions.test.templates.AbstractReportingTemplate
getInitializationReport
-
-
-
-
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 classDecisionTreeNodeTemplate
- Returns:
- the data-source implementation for the node template.
-
-