public interface Activity extends Behavior
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ActivityGroup> |
getOwnedGroup()
Getter for relation 'Activity->OwnedGroup'
Metamodel description:
Top-level groups in the activity.
|
<T extends ActivityGroup> |
getOwnedGroup(Class<T> filterClass)
Filtered Getter for relation 'Activity->OwnedGroup'
Metamodel description:
Top-level groups in the activity.
|
org.eclipse.emf.common.util.EList<ActivityNode> |
getOwnedNode()
Getter for relation 'Activity->OwnedNode'
Metamodel description:
Nodes coordinated by the activity.
|
<T extends ActivityNode> |
getOwnedNode(Class<T> filterClass)
Filtered Getter for relation 'Activity->OwnedNode'
Metamodel description:
Nodes coordinated by the activity.
|
boolean |
isIsReadOnly()
Getter for attribute 'Activity.IsReadOnly'
Metamodel description:
If true, this activity must not make any changes to variables outside the activity or to objects.
|
boolean |
isIsSingleExecution()
Getter for attribute 'Activity.IsSingleExecution'
Metamodel description:
If true, all invocations of the activity are handled by the same execution.
|
void |
setIsReadOnly(boolean value)
Setter for attribute 'Activity.IsReadOnly'
Metamodel description:
If true, this activity must not make any changes to variables outside the activity or to objects.
|
void |
setIsSingleExecution(boolean value)
Setter for attribute 'Activity.IsSingleExecution'
Metamodel description:
If true, all invocations of the activity are handled by the same execution.
|
getBpmnCaller, getBpmnCaller, getCaller, getCaller, getEComponent, getEComponent, getEffectOf, getEffectOf, getOwnedCollaboration, getOwnedCollaboration, getOwner, getOwnerOperation, getParameter, getParameter, isIsReentrant, setIsReentrant, setOwner, setOwnerOperation
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 isIsSingleExecution()
void setIsSingleExecution(boolean value)
boolean isIsReadOnly()
void setIsReadOnly(boolean value)
org.eclipse.emf.common.util.EList<ActivityGroup> getOwnedGroup()
<T extends ActivityGroup> List<T> getOwnedGroup(Class<T> filterClass)
org.eclipse.emf.common.util.EList<ActivityNode> getOwnedNode()
<T extends ActivityNode> List<T> getOwnedNode(Class<T> filterClass)