|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Interruptible Activity Region'. An interruptible region contains activity nodes. When a token leaves an interruptible region via edges designated by the region as interrupting edges, all tokens and behaviors in the region are terminated.
The following features are supported:
UML2Package.getInterruptibleActivityRegion()
Field Summary | |
static String |
copyright
|
Method Summary | |
ActivityNode |
getContainedNode(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Contained Node' reference list |
EList |
getContainedNodes()
Returns the value of the 'Contained Node' reference list. |
ActivityEdge |
getInterruptingEdge(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Interrupting Edge' reference list |
EList |
getInterruptingEdges()
Returns the value of the 'Interrupting Edge' reference list. |
Methods inherited from interface org.eclipse.uml2.ActivityGroup |
getActivity, getActivityGroup_activity, getContainedEdges, getOwnedElements, getOwner, getSubgroups, getSuperGroup, setActivity, setActivityGroup_activity |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public EList getInterruptingEdges()
ActivityEdge
.
It is bidirectional and its opposite is 'Interrupts
'.
If the meaning of the 'Interrupting Edge' reference list isn't clear, there really should be more of a description here...
.The edges leaving the region that will abort other tokens flowing in the region.
UML2Package.getInterruptibleActivityRegion_InterruptingEdge()
,
ActivityEdge.getInterrupts()
public ActivityEdge getInterruptingEdge(String unqualifiedName)
ActivityEdge
with the specified name from the 'Interrupting Edge' reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getInterruptingEdges()
public EList getContainedNodes()
ActivityNode
.
It is bidirectional and its opposite is 'In Interruptible Region
'.
If the meaning of the 'Contained Node' reference list isn't clear, there really should be more of a description here...
getContainedNodes
in interface ActivityGroup
UML2Package.getInterruptibleActivityRegion_ContainedNode()
,
ActivityNode.getInInterruptibleRegions()
public ActivityNode getContainedNode(String unqualifiedName)
ActivityNode
with the specified name from the 'Contained Node' reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getContainedNodes()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |