Interface IEndNodeDetails

All Superinterfaces:
INodeDetails, Serializable

public interface IEndNodeDetails extends INodeDetails
Interface for end nodes in a flow. The flow will be ended when this node is encountered. The exit event is then used to decide which subsequent edge to take in the parent flow.
Since:
7.0
Author:
F. van der Meer., O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the exit event for the end node.
    Returns the exit state for the end node.

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

    getNodeId
  • Method Details

    • getExitEvent

      ExitEvent getExitEvent()
      Returns the exit event for the end node.
      Returns:
      The exit event.
    • getExitState

      ExitState getExitState()
      Returns the exit state for the end node.
      Returns:
      The exit state.