Class ConditionNodeTemplate


public class ConditionNodeTemplate extends NodeTemplate
This template represents a condition node within the flow.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • ConditionNodeTemplate

      protected ConditionNodeTemplate(FlowTemplate flowTemplate, String lhsExpression)
  • Method Details

    • getExpression

      public String getExpression()
      Returns the expression for this condition.
      Returns:
      The condition expression.
    • toDataSource

      public com.aquima.interactions.flow.ds.INodeDS toDataSource()
      Description copied from class: NodeTemplate
      This method converts the template to a data source that can be used to initialize a flow node.
      Specified by:
      toDataSource in class NodeTemplate
      Returns:
      a data source that can be used to initialize a flow node.