Class DefaultConditionNodeDetails

java.lang.Object
com.aquima.interactions.flow.model.DefaultConditionNodeDetails
All Implemented Interfaces:
IConditionNodeDetails, INodeDetails, Serializable

public class DefaultConditionNodeDetails extends Object implements IConditionNodeDetails
Default details object that is used for condition nodes.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
See Also:
  • Constructor Details

    • DefaultConditionNodeDetails

      protected DefaultConditionNodeDetails(NodeID nodeId, String condition)
  • Method Details

    • getNodeId

      public NodeID getNodeId()
      Description copied from interface: INodeDetails
      This methode should return the unique ID that has been assigned to the node. The ID of a node is unique within the flow that contains the node.
      Specified by:
      getNodeId in interface INodeDetails
      Returns:
      String containing the unique ID of the node.
    • getCondition

      public String getCondition()
      Description copied from interface: IConditionNodeDetails
      Returns the condition expression of this node.
      Specified by:
      getCondition in interface IConditionNodeDetails
      Returns:
      The condition expression of this node.
    • toString

      public String toString()
      Overrides:
      toString in class Object