org.eclipse.uml2
Interface InterruptibleActivityRegion

All Superinterfaces:
ActivityGroup, Element, EModelElement, EObject, Notifier

public interface InterruptibleActivityRegion
extends ActivityGroup

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:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getInterruptingEdges

public EList getInterruptingEdges()
Returns the value of the 'Interrupting Edge' reference list. The list contents are of type 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.

Returns:
the value of the 'Interrupting Edge' reference list.
See Also:
UML2Package.getInterruptibleActivityRegion_InterruptingEdge(), ActivityEdge.getInterrupts()

getInterruptingEdge

public ActivityEdge getInterruptingEdge(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Interrupting Edge' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityEdge to retrieve.
Returns:
The ActivityEdge with the specified name, or null.
See Also:
getInterruptingEdges()

getContainedNodes

public EList getContainedNodes()
Returns the value of the 'Contained Node' reference list. The list contents are of type 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...

Specified by:
getContainedNodes in interface ActivityGroup
Returns:
the value of the 'Contained Node' reference list.
See Also:
UML2Package.getInterruptibleActivityRegion_ContainedNode(), ActivityNode.getInInterruptibleRegions()

getContainedNode

public ActivityNode getContainedNode(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Contained Node' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityNode to retrieve.
Returns:
The ActivityNode with the specified name, or null.
See Also:
getContainedNodes()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.