Interface Vertex

    • Method Detail

      • 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:
        getRedefinedVertex()
        Generated:
      • get_vertexOfRedefinedVertex

        java.util.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

        java.util.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:
        UMLPackage.getVertex_RedefinitionContext()
        Model:
        opposite="_vertexOfRedefinitionContext" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • getOutgoing

        java.util.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:
        UMLPackage.getVertex_Outgoing(), Transition.getSource()
        Model:
        opposite="source" ordered="false"
        Generated:
      • getIncoming

        java.util.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:
        UMLPackage.getVertex_Incoming(), Transition.getTarget()
        Model:
        opposite="target" 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:
        getContainer()
        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: