Interface ObjectNode

    • Method Detail

      • getInState

        java.util.Collection<State> getInState()
        Returns the value of the 'In State' reference list. The list contents are of type State. It is bidirectional and its opposite is 'object Node Of In State'. The States required to be associated with the values held by tokens on this ObjectNode.
        Returns:
        the value of the 'In State' reference list.
        See Also:
        UMLPackage.getObjectNode_InState(), State.get_objectNodeOfInState()
        Model:
        opposite="_objectNodeOfInState" ordered="false"
        Generated:
      • isControlType

        boolean isControlType()
        Returns the value of the 'Control Type' attribute. The default value is "false". Indicates whether the type of the ObjectNode is to be treated as representing control values that may traverse ControlFlows.
        Returns:
        the value of the 'Control Type' attribute.
        See Also:
        setControlType(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getObjectNode_ControlType()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setControlType

        void setControlType​(boolean value)
        Sets the value of the 'Control Type' attribute.
        Parameters:
        value - the new value of the 'Control Type' attribute.
        See Also:
        isControlType()
        Generated:
      • setSelection

        void setSelection​(@CheckForNull
                          Behavior value)
        Sets the value of the 'Selection' reference.
        Parameters:
        value - the new value of the 'Selection' reference.
        See Also:
        getSelection()
        Generated:
      • setUpperBound

        void setUpperBound​(@CheckForNull
                           ValueSpecification value)
        Sets the value of the 'Upper Bound' containment reference.
        Parameters:
        value - the new value of the 'Upper Bound' containment reference.
        See Also:
        getUpperBound()
        Generated:
      • has_exceptionHandlerOfExceptionInput

        boolean has_exceptionHandlerOfExceptionInput()
                                              throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasInState

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