|
|||||||||||
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 activity region is an activity group that supports termination of tokens flowing in the portions of an activity.
The following features are supported:
UMLPackage.getInterruptibleActivityRegion()
Method Summary | |
ActivityEdge |
getInterruptingEdge(String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list |
ActivityEdge |
getInterruptingEdge(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list |
EList |
getInterruptingEdges()
Returns the value of the 'Interrupting Edge' reference list. |
ActivityNode |
getNode(String name)
Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list |
ActivityNode |
getNode(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list |
EList |
getNodes()
Returns the value of the 'Node' reference list. |
boolean |
validateInterruptingEdges(DiagnosticChain diagnostics,
Map context)
Interrupting edges of a region must have their source node in the region and their target node outside the region in the same activity containing the region. |
Methods inherited from interface org.eclipse.uml2.uml.ActivityGroup |
getContainedEdge, getContainedEdge, getContainedEdges, getContainedNode, getContainedNode, getContainedNodes, getInActivity, getSubgroups, getSuperGroup, setInActivity, validateGroupOwned, validateNodesAndEdges, validateNotContained |
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 |
Method Detail |
public EList getNodes()
ActivityNode
.
It is bidirectional and its opposite is 'In Interruptible Region
'.
Nodes immediately contained in the group.
UMLPackage.getInterruptibleActivityRegion_Node()
,
ActivityNode.getInInterruptibleRegions()
public ActivityNode getNode(String name)
ActivityNode
with the specified 'Name' from the 'Node' reference list.
name
- The 'Name' of the ActivityNode
to retrieve, or null
.
ActivityNode
with the specified 'Name', or null
.InterruptibleActivityRegion.getNodes()
public ActivityNode getNode(String name, boolean ignoreCase, EClass eClass)
ActivityNode
with the specified 'Name' from the 'Node' reference list.
name
- The 'Name' of the ActivityNode
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the ActivityNode
to retrieve, or null
.
ActivityNode
with the specified 'Name', or null
.InterruptibleActivityRegion.getNodes()
public EList getInterruptingEdges()
ActivityEdge
.
It is bidirectional and its opposite is 'Interrupts
'.
The edges leaving the region that will abort other tokens flowing in the region.
UMLPackage.getInterruptibleActivityRegion_InterruptingEdge()
,
ActivityEdge.getInterrupts()
public ActivityEdge getInterruptingEdge(String name)
ActivityEdge
with the specified 'Name' from the 'Interrupting Edge' reference list.
name
- The 'Name' of the ActivityEdge
to retrieve, or null
.
ActivityEdge
with the specified 'Name', or null
.InterruptibleActivityRegion.getInterruptingEdges()
public ActivityEdge getInterruptingEdge(String name, boolean ignoreCase, EClass eClass)
ActivityEdge
with the specified 'Name' from the 'Interrupting Edge' reference list.
name
- The 'Name' of the ActivityEdge
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the ActivityEdge
to retrieve, or null
.
ActivityEdge
with the specified 'Name', or null
.InterruptibleActivityRegion.getInterruptingEdges()
public boolean validateInterruptingEdges(DiagnosticChain diagnostics, Map context)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |