public interface ActivityPartition extends ActivityGroup
An ActivityPartition is a kind of ActivityGroup for identifying ActivityNodes that have some characteristic in common.
The following features are supported:
UMLPackage.getActivityPartition()
Modifier and Type | Method and Description |
---|---|
Activity |
get_activityOfPartition()
Returns the value of the 'activity Of Partition' reference.
|
java.util.Collection<ActivityEdge> |
getEdge()
Returns the value of the 'Edge' reference list.
|
java.util.Collection<ActivityNode> |
getNode()
Returns the value of the 'Node' reference list.
|
Element |
getRepresents()
Returns the value of the 'Represents' reference.
|
java.util.Collection<ActivityPartition> |
getSubpartition()
Returns the value of the 'Subpartition' containment reference list.
|
ActivityPartition |
getSuperPartition()
Returns the value of the 'Super Partition' container reference.
|
boolean |
hasEdge() |
boolean |
hasNode() |
boolean |
hasSubpartition() |
boolean |
isDimension()
Returns the value of the 'Dimension' attribute.
|
boolean |
isExternal()
Returns the value of the 'External' attribute.
|
void |
set_activityOfPartition(Activity value)
Sets the value of the
'
activity Of Partition ' reference. |
void |
setDimension(boolean value)
Sets the value of the '
Dimension ' attribute. |
void |
setExternal(boolean value)
Sets the value of the '
External ' attribute. |
void |
setRepresents(Element value)
Sets the value of the '
Represents ' reference. |
void |
setSuperPartition(ActivityPartition value)
Sets the value of the '
Super Partition '
container reference. |
getContainedEdge, getContainedNode, getInActivity, getSubgroup, getSuperGroup, hasContainedEdge, hasContainedNode, hasSubgroup, setInActivity, setSuperGroup
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
java.util.Collection<ActivityNode> getNode()
ActivityNode
.
It is bidirectional and its opposite is
'In Partition
'.
ActivityNodes immediately contained in the ActivityPartition.
UMLPackage.getActivityPartition_Node()
,
ActivityNode.getInPartition()
java.util.Collection<ActivityPartition> getSubpartition()
ActivityPartition
.
It is bidirectional and its opposite is
'Super Partition
'.
Other ActivityPartitions immediately contained in this ActivityPartition (as its subgroups).
UMLPackage.getActivityPartition_Subpartition()
,
getSuperPartition()
@CheckForNull ActivityPartition getSuperPartition()
Subpartition
'.
Other ActivityPartitions immediately containing this ActivityPartition (as its superGroups).
setSuperPartition(ActivityPartition)
,
UMLPackage.getActivityPartition_SuperPartition()
,
getSubpartition()
void setSuperPartition(@CheckForNull ActivityPartition value)
Super Partition
'
container reference.
value
- the new value of the 'Super Partition' container reference.getSuperPartition()
@CheckForNull Element getRepresents()
activity Partition Of Represents
'.
An Element represented by the functionality modeled within the ActivityPartition.
setRepresents(Element)
,
UMLPackage.getActivityPartition_Represents()
,
Element.get_activityPartitionOfRepresents()
void setRepresents(@CheckForNull Element value)
Represents
' reference.
value
- the new value of the 'Represents' reference.getRepresents()
@CheckForNull Activity get_activityOfPartition()
Partition
'.
If the meaning of the 'activity Of Partition' reference isn't clear, there really should be more of a description here...
set_activityOfPartition(Activity)
,
UMLPackage.getActivityPartition__activityOfPartition()
,
Activity.getPartition()
void set_activityOfPartition(@CheckForNull Activity value)
activity Of Partition
' reference.
value
- the new value of the 'activity Of Partition' reference.get_activityOfPartition()
java.util.Collection<ActivityEdge> getEdge()
ActivityEdge
.
It is bidirectional and its opposite is 'In Partition
'.
ActivityEdges immediately contained in the ActivityPartition.
UMLPackage.getActivityPartition_Edge()
,
ActivityEdge.getInPartition()
boolean isDimension()
"false"
.
Indicates whether the ActivityPartition groups other ActivityPartitions along a dimension.
setDimension(boolean)
,
UMLPackage.getActivityPartition_Dimension()
void setDimension(boolean value)
Dimension
' attribute.
value
- the new value of the 'Dimension' attribute.isDimension()
boolean isExternal()
"false"
.
Indicates whether the ActivityPartition represents an entity to which the partitioning structure does not apply.
setExternal(boolean)
,
UMLPackage.getActivityPartition_External()
void setExternal(boolean value)
External
' attribute.
value
- the new value of the 'External' attribute.isExternal()
boolean hasNode() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasSubpartition() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasEdge() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException