public interface ActivityPartition extends ActivityGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
<any> |
getContainedNode()
Getter for relation 'ActivityPartition->ContainedNode'
Metamodel description:
Nodes immediately contained in the partition.
|
<T extends ActivityNode> |
getContainedNode(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->ContainedNode'
Metamodel description:
Nodes immediately contained in the partition.
|
<any> |
getIncoming()
Getter for relation 'ActivityPartition->Incoming'
Metamodel description:
null
|
<T extends MessageFlow> |
getIncoming(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->Incoming'
Metamodel description:
null
|
<any> |
getOutgoing()
Getter for relation 'ActivityPartition->Outgoing'
Metamodel description:
Outgoing BPMN messages.
|
<T extends MessageFlow> |
getOutgoing(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->Outgoing'
Metamodel description:
Outgoing BPMN messages.
|
UmlModelElement |
getRepresented()
Getter for relation 'ActivityPartition->Represented'
Metamodel description:
An element constraining behaviors invoked by nodes in the partition.
|
<any> |
getSubPartition()
Getter for relation 'ActivityPartition->SubPartition'
Metamodel description:
Partitions immediately contained in the partition.
|
<T extends ActivityPartition> |
getSubPartition(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->SubPartition'
Metamodel description:
Partitions immediately contained in the partition.
|
ActivityPartition |
getSuperPartition()
Getter for relation 'ActivityPartition->SuperPartition'
Metamodel description:
null
|
boolean |
isIsDimension()
Getter for attribute 'ActivityPartition.IsDimension'
Metamodel description:
Indicates whether the partition groups other partitions along a dimension.
|
boolean |
isIsExternal()
Getter for attribute 'ActivityPartition.IsExternal'
Metamodel description:
Indicates whether the partition represents an entity to which the partitioning structure does not apply.
|
void |
setIsDimension(boolean value)
Setter for attribute 'ActivityPartition.IsDimension'
Metamodel description:
Indicates whether the partition groups other partitions along a dimension.
|
void |
setIsExternal(boolean value)
Setter for attribute 'ActivityPartition.IsExternal'
Metamodel description:
Indicates whether the partition represents an entity to which the partitioning structure does not apply.
|
void |
setRepresented(UmlModelElement value)
Setter for relation 'ActivityPartition->Represented'
Metamodel description:
An element constraining behaviors invoked by nodes in the partition.
|
void |
setSuperPartition(ActivityPartition value)
Setter for relation 'ActivityPartition->SuperPartition'
Metamodel description:
null
|
getInActivity, setInActivitygetConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getManifesting, getManifesting, getOwnerTemplateParameter, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, setOwnerTemplateParameteraddStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setPropertygetAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElementaccept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSetstatic final java.lang.String MNAME
static final java.lang.String MQNAME
boolean isIsDimension()
void setIsDimension(boolean value)
boolean isIsExternal()
void setIsExternal(boolean value)
UmlModelElement getRepresented()
void setRepresented(UmlModelElement value)
<any> getContainedNode()
<T extends ActivityNode> java.util.List<T> getContainedNode(java.lang.Class<T> filterClass)
<any> getOutgoing()
<T extends MessageFlow> java.util.List<T> getOutgoing(java.lang.Class<T> filterClass)
ActivityPartition getSuperPartition()
void setSuperPartition(ActivityPartition value)
<any> getSubPartition()
<T extends ActivityPartition> java.util.List<T> getSubPartition(java.lang.Class<T> filterClass)
<any> getIncoming()
<T extends MessageFlow> java.util.List<T> getIncoming(java.lang.Class<T> filterClass)