Class InternalEdge

java.lang.Object
com.aquima.interactions.flow.model.InternalEdge
Direct Known Subclasses:
InternalConditionEdge

public class InternalEdge extends Object
Internal class which represent an edge belonging to a an internal node in the flow graph.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

  • Method Details

    • isDefault

      public boolean isDefault()
      True when the edge is the default edge, when it cannot be mapped to one of the edges/labels. In case of a default edge, the label is null.
      Returns:
      true when this edge is the default last case edge.
    • isException

      public boolean isException()
      True when the edge is an edge connecting from an exception exit-state to the next node.
      Returns:
      A boolean indicating this edge is connecting an exception exit to a next node.
    • getSource

      protected InternalNode getSource()
    • getTarget

      protected InternalNode getTarget()
    • getExitEvent

      protected ExitEvent getExitEvent()