All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
ConnectionPointReference, FinalState, Pseudostate, State

public interface Vertex extends RedefinableElement
A representation of the model object 'Vertex'.

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:

See Also:
Model:
abstract="true" annotation="MOF package='statemachines.mdbehaviorstatemachines'"
Generated:
  • Method Details

    • getRedefinedVertex

      @CheckForNull Vertex getRedefinedVertex()
      Returns the value of the 'Redefined Vertex' reference. It is bidirectional and its opposite is 'get_vertexOfRedefinedVertex() vertex Of Redefined Vertex}'. The Vertex of which this Vertex is a redefinition.
      Returns:
      the value of the 'Redefined Vertex' reference.
      See Also:
      Model:
      opposite="vertex" ordered="false"
      Generated:
    • setRedefinedVertex

      void setRedefinedVertex(@CheckForNull Vertex value)
      Sets the value of the 'Redefined Vertex' reference.
      Parameters:
      value - the new value of the 'Redefined Vertex' reference.
      See Also:
      Generated:
    • get_vertexOfRedefinedVertex

      Collection<Vertex> get_vertexOfRedefinedVertex()
      Returns the value of the 'Vertex' reference list. It is bidirectional and its opposite is 'Redefined Vertex'.

      If the meaning of the 'state Of Redefined Vertex' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'vertex Of Redefined Vertex' reference list.
      Model:
      opposite="redefinedVertex" ordered="false"
      Generated:
    • getRedefinitionContext

      Collection<Classifier> getRedefinitionContext()
      Returns the value of the 'Redefinition Context' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is References the Classifier in which context this element may be redefined.
      Specified by:
      getRedefinitionContext in interface RedefinableElement
      Returns:
      the value of the 'Redefinition Context' reference list.
      See Also:
      Model:
      opposite="_vertexOfRedefinitionContext" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
      Generated:
    • getOutgoing

      Collection<Transition> getOutgoing()
      Returns the value of the 'Outgoing' reference list. The list contents are of type Transition. It is bidirectional and its opposite is 'Source'. Specifies the Transitions departing from this Vertex.
      Returns:
      the value of the 'Outgoing' reference list.
      See Also:
      Model:
      opposite="source" ordered="false"
      Generated:
    • getIncoming

      Collection<Transition> getIncoming()
      Returns the value of the 'Incoming' reference list. The list contents are of type Transition. It is bidirectional and its opposite is 'Target'. Specifies the Transitions entering this Vertex.
      Returns:
      the value of the 'Incoming' reference list.
      See Also:
      Model:
      opposite="target" ordered="false"
      Generated:
    • getContainer

      @CheckForNull Region getContainer()
      Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Subvertex'. The Region that contains this Vertex.
      Returns:
      the value of the 'Container' container reference.
      See Also:
      Model:
      opposite="subvertex" transient="false" ordered="false"
      Generated:
    • setContainer

      void setContainer(@CheckForNull Region value)
      Sets the value of the 'Container' container reference.
      Parameters:
      value - the new value of the 'Container' container reference.
      See Also:
      Generated:
    • hasOutgoing

      boolean hasOutgoing() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasIncoming

      boolean hasIncoming() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: