Interface Edge

All Superinterfaces:
UserAttributeContainer

public interface Edge extends UserAttributeContainer
The interface for edges, used to model the controlflow (control-, loop- and sync-edges).
  • Method Details

    • getType

      Returns the constant stating the type of the edge.
      Returns:
      The element type.
    • getEdgeCode

      long getEdgeCode()
      Returns the edge code. The edge code is used by decision functions, which determine the edge to follow the control flow at an OR split node.
      Returns:
      The edge code.