public interface InterruptibleActivityRegion extends ActivityGroup
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ActivityEdge> |
getInterruptingEdges()
Returns the value of the 'Interrupting Edges' reference list.
|
getOwnedEdges, getOwnedNodes, getSubGroups, getSuperGroup, setSuperGroupdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<ActivityEdge> getInterruptingEdges()
ActivityEdge.
It is bidirectional and its opposite is 'Interrupts'.
If the meaning of the 'Interrupting Edges' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getInterruptibleActivityRegion_InterruptingEdges(),
ActivityEdge.getInterrupts()