Interface IConditionNodeDetails

All Superinterfaces:
INodeDetails, Serializable
All Known Implementing Classes:
DefaultConditionNodeDetails

public interface IConditionNodeDetails extends INodeDetails
Interface for condition nodes in a flow. The flow choose an edge which has the condition render true.
Since:
7.0
Author:
F. van der Meer., O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the condition expression of this node.

    Methods inherited from interface com.aquima.interactions.flow.INodeDetails

    getNodeId
  • Method Details

    • getCondition

      String getCondition()
      Returns the condition expression of this node.
      Returns:
      The condition expression of this node.