public interface ActivityPartition extends ActivityGroup
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ActivityNode> |
getContainedNode()
Getter for relation 'ActivityPartition->ContainedNode'
Metamodel description:
Nodes immediately contained in the partition.
|
<T extends ActivityNode> |
getContainedNode(Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->ContainedNode'
Metamodel description:
Nodes immediately contained in the partition.
|
org.eclipse.emf.common.util.EList<MessageFlow> |
getIncoming()
Getter for relation 'ActivityPartition->Incoming'
Metamodel description:
null
|
<T extends MessageFlow> |
getIncoming(Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->Incoming'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<MessageFlow> |
getOutgoing()
Getter for relation 'ActivityPartition->Outgoing'
Metamodel description:
Outgoing BPMN messages.
|
<T extends MessageFlow> |
getOutgoing(Class<T> filterClass)
Filtered Getter for relation 'ActivityPartition->Outgoing'
Metamodel description:
Outgoing BPMN messages.
|
ModelElement |
getRepresented()
Getter for relation 'ActivityPartition->Represented'
Metamodel description:
An element constraining behaviors invoked by nodes in the partition.
|
org.eclipse.emf.common.util.EList<ActivityPartition> |
getSubPartition()
Getter for relation 'ActivityPartition->SubPartition'
Metamodel description:
Partitions immediately contained in the partition.
|
<T extends ActivityPartition> |
getSubPartition(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(ModelElement 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, setInActivity
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
boolean isIsDimension()
void setIsDimension(boolean value)
boolean isIsExternal()
void setIsExternal(boolean value)
ModelElement getRepresented()
void setRepresented(ModelElement value)
org.eclipse.emf.common.util.EList<ActivityNode> getContainedNode()
<T extends ActivityNode> List<T> getContainedNode(Class<T> filterClass)
org.eclipse.emf.common.util.EList<MessageFlow> getOutgoing()
<T extends MessageFlow> List<T> getOutgoing(Class<T> filterClass)
ActivityPartition getSuperPartition()
void setSuperPartition(ActivityPartition value)
org.eclipse.emf.common.util.EList<ActivityPartition> getSubPartition()
<T extends ActivityPartition> List<T> getSubPartition(Class<T> filterClass)
org.eclipse.emf.common.util.EList<MessageFlow> getIncoming()
<T extends MessageFlow> List<T> getIncoming(Class<T> filterClass)