Interface ConditionalNode

    • Method Detail

      • isAssured

        boolean isAssured()
        Returns the value of the 'Assured' attribute. The default value is "false". If true, the modeler asserts that the test for at least one Clause of the ConditionalNode will succeed.
        Returns:
        the value of the 'Assured' attribute.
        See Also:
        setAssured(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getConditionalNode_Assured()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setAssured

        void setAssured​(boolean value)
        Sets the value of the 'Assured' attribute.
        Parameters:
        value - the new value of the 'Assured' attribute.
        See Also:
        isAssured()
        Generated:
      • isDeterminate

        boolean isDeterminate()
        Returns the value of the 'Determinate' attribute. The default value is "false". If true, the modeler asserts that the test for at most one Clause of the ConditionalNode will succeed.
        Returns:
        the value of the 'Determinate' attribute.
        See Also:
        setDeterminate(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getConditionalNode_Determinate()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDeterminate

        void setDeterminate​(boolean value)
        Sets the value of the 'Determinate' attribute.
        Parameters:
        value - the new value of the 'Determinate' attribute.
        See Also:
        isDeterminate()
        Generated:
      • hasResult

        boolean hasResult()
                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasClause

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