public interface ActivityPartition extends ActivityGroup, AbstractNamedElement
The following features are supported:
ActivityPackage.getActivityPartition()| Modifier and Type | Method and Description |
|---|---|
AbstractType |
getRepresentedElement()
Returns the value of the 'Represented Element' reference.
|
org.eclipse.emf.common.util.EList<ActivityPartition> |
getSubPartitions()
Returns the value of the 'Sub Partitions' reference list.
|
ActivityPartition |
getSuperPartition()
Returns the value of the 'Super Partition' reference.
|
boolean |
isIsDimension()
Returns the value of the 'Is Dimension' attribute.
|
boolean |
isIsExternal()
Returns the value of the 'Is External' attribute.
|
void |
setIsDimension(boolean value)
Sets the value of the '
Is Dimension' attribute. |
void |
setIsExternal(boolean value)
Sets the value of the '
Is External' attribute. |
void |
setRepresentedElement(AbstractType value)
Sets the value of the '
Represented Element' reference. |
getOwnedEdges, getOwnedNodes, getSubGroups, getSuperGroup, setSuperGroupgetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isIsDimension()
If the meaning of the 'Is Dimension' attribute isn't clear, there really should be more of a description here...
setIsDimension(boolean),
ActivityPackage.getActivityPartition_IsDimension()void setIsDimension(boolean value)
Is Dimension' attribute.
value - the new value of the 'Is Dimension' attribute.isIsDimension()boolean isIsExternal()
If the meaning of the 'Is External' attribute isn't clear, there really should be more of a description here...
setIsExternal(boolean),
ActivityPackage.getActivityPartition_IsExternal()void setIsExternal(boolean value)
Is External' attribute.
value - the new value of the 'Is External' attribute.isIsExternal()AbstractType getRepresentedElement()
If the meaning of the 'Represented Element' reference isn't clear, there really should be more of a description here...
setRepresentedElement(AbstractType),
ActivityPackage.getActivityPartition_RepresentedElement()void setRepresentedElement(AbstractType value)
Represented Element' reference.
value - the new value of the 'Represented Element' reference.getRepresentedElement()ActivityPartition getSuperPartition()
If the meaning of the 'Super Partition' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityPartition_SuperPartition()org.eclipse.emf.common.util.EList<ActivityPartition> getSubPartitions()
ActivityPartition.
If the meaning of the 'Sub Partitions' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getActivityPartition_SubPartitions()