public interface Vertex extends NamedElement
The following features are supported:
UMLPackage.getVertex()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
StateMachine |
containingStateMachine()
The operation containingStateMachine() returns the state machine in which this Vertex is defined
result = if not container->isEmpty()
then
-- the container is a region
container.containingStateMachine()
else if (oclIsKindOf(Pseudostate)) then
-- entry or exit point?
|
Region |
getContainer()
Returns the value of the 'Container' container reference.
|
Transition |
getIncoming(String name)
Retrieves the first
Transition with the specified 'Name' from the '
Incoming' reference list |
Transition |
getIncoming(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Transition with the specified 'Name' from the '
Incoming' reference list |
MDWEList<Transition> |
getIncomings()
Returns the value of the 'Incoming' reference list.
|
Transition |
getOutgoing(String name)
Retrieves the first
Transition with the specified 'Name' from the '
Outgoing' reference list |
Transition |
getOutgoing(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Transition with the specified 'Name' from the '
Outgoing' reference list |
MDWEList<Transition> |
getOutgoings()
Returns the value of the 'Outgoing' reference list.
|
void |
setContainer(Region value)
Sets the value of the '
Container ' container reference |
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
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<Transition> getOutgoings()
Transition
.
It is bidirectional and its opposite is 'Source
'.
Specifies the transitions departing from this vertex.
UMLPackage.getVertex_Outgoing()
,
Transition.getSource()
Transition getOutgoing(String name)
Transition
with the specified 'Name' from the '
Outgoing' reference list.
name
- The 'Name' of the Transition
to retrieve, or null
.Transition
with the specified 'Name', or null
.getOutgoings()
Transition getOutgoing(String name, boolean ignoreCase, EClass eClass)
Transition
with the specified 'Name' from the '
Outgoing' reference list.
name
- The 'Name' of the Transition
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Transition
to retrieve, or null
.Transition
with the specified 'Name', or null
.getOutgoings()
MDWEList<Transition> getIncomings()
Transition
.
It is bidirectional and its opposite is 'Target
'.
Specifies the transitions entering this vertex.
UMLPackage.getVertex_Incoming()
,
Transition.getTarget()
Transition getIncoming(String name)
Transition
with the specified 'Name' from the '
Incoming' reference list.
name
- The 'Name' of the Transition
to retrieve, or null
.Transition
with the specified 'Name', or null
.getIncomings()
Transition getIncoming(String name, boolean ignoreCase, EClass eClass)
Transition
with the specified 'Name' from the '
Incoming' reference list.
name
- The 'Name' of the Transition
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Transition
to retrieve, or null
.Transition
with the specified 'Name', or null
.getIncomings()
Region getContainer()
Subvertex
'.
The region that contains this vertex.
setContainer(Region)
,
UMLPackage.getVertex_Container()
,
Region.getSubvertices()
void setContainer(Region value)
Container
' container reference.
value
- the new value of the 'Container' container reference.getContainer()
StateMachine containingStateMachine()