|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Vertex
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(java.lang.String name)
Retrieves the first Transition with the specified 'Name' from the 'Incoming' reference list |
Transition |
getIncoming(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first Transition with the specified 'Name' from the 'Incoming' reference list |
org.eclipse.emf.common.util.EList<Transition> |
getIncomings()
Returns the value of the 'Incoming' reference list. |
Transition |
getOutgoing(java.lang.String name)
Retrieves the first Transition with the specified 'Name' from the 'Outgoing' reference list |
Transition |
getOutgoing(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first Transition with the specified 'Name' from the 'Outgoing' reference list |
org.eclipse.emf.common.util.EList<Transition> |
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, createUsage, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Transition> getOutgoings()
Transition
.
Specifies the transitions departing from this vertex.
UMLPackage.getVertex_Outgoing()
Transition getOutgoing(java.lang.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(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.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()
org.eclipse.emf.common.util.EList<Transition> getIncomings()
Transition
.
Specifies the transitions entering this vertex.
UMLPackage.getVertex_Incoming()
Transition getIncoming(java.lang.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(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.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
'.
This feature subsets the following features:
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()
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |