|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Vertex'. A vertex is an abstraction of a node in a state machine graph. In general, it can be the source or destination of any number of transitions.
The following features are supported:
UMLPackage.getVertex()
Field Summary |
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
SEPARATOR |
Method Summary | |
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 |
EList |
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 |
EList |
getOutgoings()
Returns the value of the 'Outgoing' reference list. |
void |
setContainer(Region value)
Sets the value of the ' Container ' container reference |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
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 |
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 getOutgoings()
Transition
.
It is bidirectional and its opposite is 'Source
'.
Specifies the transitions departing from this vertex.
UMLPackage.getVertex_Outgoing()
,
Transition.getSource()
public 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
.Vertex.getOutgoings()
public 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
.Vertex.getOutgoings()
public EList getIncomings()
Transition
.
It is bidirectional and its opposite is 'Target
'.
Specifies the transitions entering this vertex.
UMLPackage.getVertex_Incoming()
,
Transition.getTarget()
public 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
.Vertex.getIncomings()
public 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
.Vertex.getIncomings()
public Region getContainer()
Subvertex
'.
The region that contains this vertex.
Vertex.setContainer(Region)
,
UMLPackage.getVertex_Container()
,
Region.getSubvertices()
public void setContainer(Region value)
Container
' container reference.
value
- the new value of the 'Container' container reference.Vertex.getContainer()
public StateMachine containingStateMachine()
|
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 |