Interface TimeEvent

    • Method Detail

      • isRelative

        boolean isRelative()
        Returns the value of the 'Relative' attribute. The default value is "false". Specifies whether the TimeEvent is specified as an absolute or relative time.
        Returns:
        the value of the 'Relative' attribute.
        See Also:
        setRelative(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getTimeEvent_Relative()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setRelative

        void setRelative​(boolean value)
        Sets the value of the 'Relative' attribute.
        Parameters:
        value - the new value of the 'Relative' attribute.
        See Also:
        isRelative()
        Generated:
      • setWhen

        void setWhen​(@CheckForNull
                     TimeExpression value)
        Sets the value of the 'When' containment reference.
        Parameters:
        value - the new value of the 'When' containment reference.
        See Also:
        getWhen()
        Generated: