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 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

copyright

public static final java.lang.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(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list.

Parameters:
name - The '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(java.lang.String name)
Retrieves the ActivityNode with the specified 'Name' from the 'Contained Node' reference list.

Specified by:
getContainedNode in interface ActivityGroup
Parameters:
name - The 'Name' of the ActivityNode to retrieve.
Returns:
The ActivityNode with the specified 'Name', or null.
See Also:
getContainedNodes()

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