public interface ActivityNode extends AbstractNamedElement
The following features are supported:
ActivityPackage.getActivityNode()| Modifier and Type | Method and Description |
|---|---|
ActivityPartition |
getInActivityPartition()
Returns the value of the 'In Activity Partition' reference.
|
org.eclipse.emf.common.util.EList<ActivityEdge> |
getIncoming()
Returns the value of the 'Incoming' reference list.
|
InterruptibleActivityRegion |
getInInterruptibleRegion()
Returns the value of the 'In Interruptible Region' reference.
|
InterruptibleActivityRegion |
getInStructuredNode()
Returns the value of the 'In Structured Node' reference.
|
org.eclipse.emf.common.util.EList<ActivityEdge> |
getOutgoing()
Returns the value of the 'Outgoing' reference list.
|
getName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsActivityPartition getInActivityPartition()
If the meaning of the 'In Activity Partition' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityNode_InActivityPartition()InterruptibleActivityRegion getInInterruptibleRegion()
If the meaning of the 'In Interruptible Region' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityNode_InInterruptibleRegion()InterruptibleActivityRegion getInStructuredNode()
If the meaning of the 'In Structured Node' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityNode_InStructuredNode()org.eclipse.emf.common.util.EList<ActivityEdge> getOutgoing()
ActivityEdge.
If the meaning of the 'Outgoing' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityNode_Outgoing()org.eclipse.emf.common.util.EList<ActivityEdge> getIncoming()
ActivityEdge.
If the meaning of the 'Incoming' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityNode_Incoming()