Class AttributeSolutionTemplate


public class AttributeSolutionTemplate extends SolutionNodeTemplate
Node template for attribute solutions.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • AttributeSolutionTemplate

      protected AttributeSolutionTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String alternative, String attribute, String strValue)
  • Method Details

    • getAttribute

      protected com.aquima.interactions.metamodel.AttributeReference getAttribute()
    • getAttributeValue

      protected String getAttributeValue()
    • 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.