public interface AbstractActivity extends AbstractBehavior, TraceableElement
The following features are supported:
ActivityPackage.getAbstractActivity()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ActivityEdge> |
getOwnedEdges()
Returns the value of the 'Owned Edges' containment reference list.
|
org.eclipse.emf.common.util.EList<ActivityGroup> |
getOwnedGroups()
Returns the value of the 'Owned Groups' containment reference list.
|
org.eclipse.emf.common.util.EList<ActivityNode> |
getOwnedNodes()
Returns the value of the 'Owned Nodes' containment reference list.
|
org.eclipse.emf.common.util.EList<StructuredActivityNode> |
getOwnedStructuredNodes()
Returns the value of the 'Owned Structured Nodes' reference list.
|
boolean |
isIsReadOnly()
Returns the value of the 'Is Read Only' attribute.
|
boolean |
isIsSingleExecution()
Returns the value of the 'Is Single Execution' attribute.
|
void |
setIsReadOnly(boolean value)
Sets the value of the '
Is Read Only' attribute. |
void |
setIsSingleExecution(boolean value)
Sets the value of the '
Is Single Execution' attribute. |
getOwnedParameter, getOwnedParameterSet, isIsControlOperator, setIsControlOperatorgetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetIncomingTraces, getOutgoingTracesboolean isIsReadOnly()
If the meaning of the 'Is Read Only' attribute isn't clear, there really should be more of a description here...
setIsReadOnly(boolean),
ActivityPackage.getAbstractActivity_IsReadOnly()void setIsReadOnly(boolean value)
Is Read Only' attribute.
value - the new value of the 'Is Read Only' attribute.isIsReadOnly()boolean isIsSingleExecution()
If the meaning of the 'Is Single Execution' attribute isn't clear, there really should be more of a description here...
setIsSingleExecution(boolean),
ActivityPackage.getAbstractActivity_IsSingleExecution()void setIsSingleExecution(boolean value)
Is Single Execution' attribute.
value - the new value of the 'Is Single Execution' attribute.isIsSingleExecution()org.eclipse.emf.common.util.EList<ActivityNode> getOwnedNodes()
ActivityNode.
If the meaning of the 'Owned Nodes' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractActivity_OwnedNodes()org.eclipse.emf.common.util.EList<ActivityEdge> getOwnedEdges()
ActivityEdge.
If the meaning of the 'Owned Edges' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractActivity_OwnedEdges()org.eclipse.emf.common.util.EList<ActivityGroup> getOwnedGroups()
ActivityGroup.
If the meaning of the 'Owned Groups' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractActivity_OwnedGroups()org.eclipse.emf.common.util.EList<StructuredActivityNode> getOwnedStructuredNodes()
StructuredActivityNode.
If the meaning of the 'Owned Structured Nodes' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractActivity_OwnedStructuredNodes()