Class InternalConditionEdge

java.lang.Object
com.aquima.interactions.flow.model.InternalEdge
com.aquima.interactions.flow.model.InternalConditionEdge

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

  • Method Details

    • evaluateCondition

      protected boolean evaluateCondition(IFlowHandler handler)
    • isDefault

      public boolean isDefault()
      Description copied from class: InternalEdge
      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.
      Overrides:
      isDefault in class InternalEdge
      Returns:
      true when this edge is the default last case edge.
    • getSequenceNr

      protected long getSequenceNr()
    • getCondition

      protected ICondition getCondition()