Interface Edge
- All Superinterfaces:
UserAttributeContainer
The interface for edges, used to model the controlflow (control-, loop- and
sync-edges).
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the edge code.getType()Returns the constant stating the type of the edge.Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Method Details
-
getType
ProcessConstants.EdgeType 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.
-