public interface Activity extends Behavior
| 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> |
getOwnedGroup()
Getter for relation 'Activity->OwnedGroup'
Metamodel description:
Top-level groups in the activity.
|
<T extends ActivityGroup> |
getOwnedGroup(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Activity->OwnedGroup'
Metamodel description:
Top-level groups in the activity.
|
<any> |
getOwnedNode()
Getter for relation 'Activity->OwnedNode'
Metamodel description:
Nodes coordinated by the activity.
|
<T extends ActivityNode> |
getOwnedNode(java.lang.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.
|
getCaller, getCaller, getEComponent, getEComponent, getEffectOf, getEffectOf, getOwnedCollaboration, getOwnedCollaboration, getOwner, getOwnerOperation, getParameter, getParameter, isIsReentrant, setIsReentrant, setOwner, setOwnerOperationgetConstraintDefinition, 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 isIsSingleExecution()
void setIsSingleExecution(boolean value)
boolean isIsReadOnly()
void setIsReadOnly(boolean value)
<any> getOwnedGroup()
<T extends ActivityGroup> java.util.List<T> getOwnedGroup(java.lang.Class<T> filterClass)
<any> getOwnedNode()
<T extends ActivityNode> java.util.List<T> getOwnedNode(java.lang.Class<T> filterClass)