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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getEdgeCode()
Returns the edge code.ProcessConstants.EdgeType
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 Detail
-
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.
-
-