Class DecisionTreeNodeTemplate
java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.tree.DecisionTreeNodeTemplate
- Direct Known Subclasses:
ConditionNodeTemplate
,SolutionNodeTemplate
,TreeLinkTemplate
Base class for decision tree node templates.
- Since:
- 6.0
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DecisionTreeNodeTemplate
(com.aquima.interactions.foundation.report.IInitializationReport report, String alternative) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected String
protected List<DecisionTreeNodeTemplate>
getNodes()
abstract com.aquima.interactions.test.templates.tree.DecisionTreeNodeDS
This method returns the data-source implementation for the node template.Methods inherited from class com.aquima.interactions.test.templates.AbstractReportingTemplate
getInitializationReport
-
Constructor Details
-
DecisionTreeNodeTemplate
protected DecisionTreeNodeTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String alternative)
-
-
Method Details
-
getAlternative
-
getNodes
-
addNode
-
toDataSource
public abstract com.aquima.interactions.test.templates.tree.DecisionTreeNodeDS toDataSource()This method returns the data-source implementation for the node template.- Returns:
- the data-source implementation for the node template.
-