public interface ActivityGroup extends ModelElement
The following features are supported:
ActivityPackage.getActivityGroup()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ActivityEdge> |
getOwnedEdges()
Returns the value of the 'Owned Edges' containment reference list.
|
org.eclipse.emf.common.util.EList<ActivityNode> |
getOwnedNodes()
Returns the value of the 'Owned Nodes' containment reference list.
|
org.eclipse.emf.common.util.EList<ActivityGroup> |
getSubGroups()
Returns the value of the 'Sub Groups' containment reference list.
|
ActivityGroup |
getSuperGroup()
Returns the value of the 'Super Group' container reference.
|
void |
setSuperGroup(ActivityGroup value)
Sets the value of the '
Super Group' container reference. |
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsActivityGroup getSuperGroup()
Sub Groups'.
If the meaning of the 'Super Group' container reference isn't clear, there really should be more of a description here...
setSuperGroup(ActivityGroup),
ActivityPackage.getActivityGroup_SuperGroup(),
getSubGroups()void setSuperGroup(ActivityGroup value)
Super Group' container reference.
value - the new value of the 'Super Group' container reference.getSuperGroup()org.eclipse.emf.common.util.EList<ActivityGroup> getSubGroups()
ActivityGroup.
It is bidirectional and its opposite is 'Super Group'.
If the meaning of the 'Sub Groups' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityGroup_SubGroups(),
getSuperGroup()org.eclipse.emf.common.util.EList<ActivityNode> getOwnedNodes()
ActivityNode.
If the meaning of the 'Owned Nodes' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityGroup_OwnedNodes()org.eclipse.emf.common.util.EList<ActivityEdge> getOwnedEdges()
ActivityEdge.
If the meaning of the 'Owned Edges' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityGroup_OwnedEdges()