public interface InterruptibleActivityRegion extends ActivityGroup
The following features are supported:
Modifier and Type | Method and Description |
---|---|
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 |
MDWEList<ActivityEdge> |
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 |
MDWEList<ActivityNode> |
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.
|
getContainedEdge, getContainedEdge, getContainedEdges, getContainedNode, getContainedNode, getContainedNodes, getInActivity, getSubgroups, getSuperGroup, setInActivity, validateGroupOwned, validateNodesAndEdges, validateNotContained
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MDWEList<ActivityNode> getNodes()
ActivityNode
.
It is bidirectional and its opposite is 'In Interruptible Region
'.
Nodes immediately contained in the group.
UMLPackage.getInterruptibleActivityRegion_Node()
,
ActivityNode.getInInterruptibleRegions()
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
.getNodes()
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
.getNodes()
MDWEList<ActivityEdge> 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()
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
.getInterruptingEdges()
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
.getInterruptingEdges()
boolean validateInterruptingEdges(DiagnosticChain diagnostics, Map context)