public interface Vertex extends RedefinableElement
A Vertex is an abstraction of a node in a StateMachine graph. It can be the source or destination of any number of Transitions.
The following features are supported:
UMLPackage.getVertex()| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<Vertex> | 
get_vertexOfRedefinedVertex()
Returns the value of the 'Vertex' reference list. 
 | 
Region | 
getContainer()
Returns the value of the 'Container' container reference. 
 | 
java.util.Collection<Transition> | 
getIncoming()
Returns the value of the 'Incoming' reference list. 
 | 
java.util.Collection<Transition> | 
getOutgoing()
Returns the value of the 'Outgoing' reference list. 
 | 
Vertex | 
getRedefinedVertex()
Returns the value of the 'Redefined Vertex' reference. 
 | 
java.util.Collection<Classifier> | 
getRedefinitionContext()
Returns the value of the 'Redefinition Context' reference list. 
 | 
boolean | 
hasIncoming()  | 
boolean | 
hasOutgoing()  | 
void | 
setContainer(Region value)
Sets the value of the ' 
Container' container reference. | 
void | 
setRedefinedVertex(Vertex value)
Sets the value of the ' 
Redefined Vertex' reference. | 
get_redefinableElementOfRedefinedElement, getRedefinedElement, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeafget_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibilityget_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite@CheckForNull Vertex getRedefinedVertex()
get_vertexOfRedefinedVertex()  vertex Of Redefined Vertex}'.
 
 
 
 The Vertex of which this Vertex is a redefinition.
 setRedefinedVertex(Vertex), 
UMLPackage.getVertex_RedefinedVertex(), 
get_vertexOfRedefinedVertex()void setRedefinedVertex(@CheckForNull
                        Vertex value)
Redefined Vertex' reference.
 
 value - the new value of the 'Redefined Vertex' reference.getRedefinedVertex()java.util.Collection<Vertex> get_vertexOfRedefinedVertex()
Redefined Vertex'.
 
 If the meaning of the 'state Of Redefined Vertex' reference isn't clear, there really should be more of a description here...
java.util.Collection<Classifier> getRedefinitionContext()
Classifier.
 It is bidirectional and its opposite is
 
 
 
 References the Classifier in which context this element may be redefined.
 getRedefinitionContext in interface RedefinableElementUMLPackage.getVertex_RedefinitionContext()java.util.Collection<Transition> getOutgoing()
Transition.
 It is bidirectional and its opposite is 'Source'.
 
 
 
 Specifies the Transitions departing from this Vertex.
 UMLPackage.getVertex_Outgoing(), 
Transition.getSource()java.util.Collection<Transition> getIncoming()
Transition.
 It is bidirectional and its opposite is 'Target'.
 
 
 
 Specifies the Transitions entering this Vertex.
 UMLPackage.getVertex_Incoming(), 
Transition.getTarget()@CheckForNull Region getContainer()
Subvertex'.
 
 
 
 The Region that contains this Vertex.
 setContainer(Region), 
UMLPackage.getVertex_Container(), 
Region.getSubvertex()void setContainer(@CheckForNull
                  Region value)
Container' container reference.
 
 value - the new value of the 'Container' container reference.getContainer()boolean hasOutgoing()
             throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasIncoming()
             throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException