Interface Region

    • Method Detail

      • getSubvertex

        java.util.Collection<Vertex> getSubvertex()
        Returns the value of the 'Subvertex' containment reference list. The list contents are of type Vertex. It is bidirectional and its opposite is 'Container'. The set of Vertices that are owned by this Region.
        Returns:
        the value of the 'Subvertex' containment reference list.
        See Also:
        UMLPackage.getRegion_Subvertex(), Vertex.getContainer()
        Model:
        opposite="container" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getTransition

        java.util.Collection<Transition> getTransition()
        Returns the value of the 'Transition' containment reference list. The list contents are of type Transition. It is bidirectional and its opposite is 'Container'. The set of Transitions owned by the Region.
        Returns:
        the value of the 'Transition' containment reference list.
        See Also:
        UMLPackage.getRegion_Transition(), Transition.getContainer()
        Model:
        opposite="container" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getStateMachine

        @CheckForNull
        StateMachine getStateMachine()
        Returns the value of the 'State Machine' container reference. It is bidirectional and its opposite is 'Region'. The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State.
        Returns:
        the value of the 'State Machine' container reference.
        See Also:
        setStateMachine(StateMachine), UMLPackage.getRegion_StateMachine(), StateMachine.getRegion()
        Model:
        opposite="region" transient="false" ordered="false"
        Generated:
      • setStateMachine

        void setStateMachine​(@CheckForNull
                             StateMachine value)
        Sets the value of the 'State Machine' container reference.
        Parameters:
        value - the new value of the 'State Machine' container reference.
        See Also:
        getStateMachine()
        Generated:
      • getState

        @CheckForNull
        State getState()
        Returns the value of the 'State' container reference. It is bidirectional and its opposite is 'Region'. The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine.
        Returns:
        the value of the 'State' container reference.
        See Also:
        setState(State), UMLPackage.getRegion_State(), State.getRegion()
        Model:
        opposite="region" transient="false" ordered="false"
        Generated:
      • setState

        void setState​(@CheckForNull
                      State value)
        Sets the value of the 'State' container reference.
        Parameters:
        value - the new value of the 'State' container reference.
        See Also:
        getState()
        Generated:
      • setExtendedRegion

        void setExtendedRegion​(@CheckForNull
                               Region value)
        Sets the value of the 'Extended Region' reference.
        Parameters:
        value - the new value of the 'Extended Region' reference.
        See Also:
        getExtendedRegion()
        Generated:
      • get_regionOfExtendedRegion

        java.util.Collection<Region> get_regionOfExtendedRegion()
        Returns the value of the 'region Of Extended Region' reference list. The list contents are of type Region. It is bidirectional and its opposite is 'Extended Region'.

        If the meaning of the 'region Of Extended Region' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'region Of Extended Region' reference list.
        See Also:
        UMLPackage.getRegion__regionOfExtendedRegion(), getExtendedRegion()
        Model:
        opposite="extendedRegion" 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 'region Of Redefinition Context'. 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.getRegion_RedefinitionContext(), com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier#get_regionOfRedefinitionContext
        Model:
        opposite="_regionOfRedefinitionContext" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • has_regionOfExtendedRegion

        boolean has_regionOfExtendedRegion()
                                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasSubvertex

        boolean hasSubvertex()
                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasTransition

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