|
||||||||||||
| 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 java.lang.String |
copyright
|
| Method Summary | |
|---|---|
ActivityNode |
getContainedNode(java.lang.String name)
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(java.lang.String name)
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, getContainedEdge, getContainedEdges, getSubgroups, getSuperGroup, setActivity, setActivityGroup_activity |
| Methods inherited from interface org.eclipse.uml2.Element |
|---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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 java.lang.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(java.lang.String name)
ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list.
name - The '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 ActivityGroupUML2Package.getInterruptibleActivityRegion_ContainedNode(),
ActivityNode.getInInterruptibleRegions()public ActivityNode getContainedNode(java.lang.String name)
ActivityNode with the specified 'Name' from the 'Contained Node' reference list.
getContainedNode in interface ActivityGroupname - The 'Name' of the ActivityNode to retrieve.
ActivityNode with the specified 'Name', or null.getContainedNodes()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||