Interface TimeConstraint

    • Method Detail

      • isFirstEvent

        boolean isFirstEvent()
        Returns the value of the 'First Event' attribute. The default value is "true". The value of firstEvent is related to constrainedElement. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters constrainedElement. If firstEvent is false, then the corresponding observation event is the last time instant the execution is within constrainedElement.
        Returns:
        the value of the 'First Event' attribute.
        See Also:
        setFirstEvent(boolean), UMLPackage.getTimeConstraint_FirstEvent()
      • setFirstEvent

        void setFirstEvent​(boolean value)
        Sets the value of the 'First Event' attribute.
        Parameters:
        value - the new value of the 'First Event' attribute.
        See Also:
        isFirstEvent()