Interface TimeObservation

    • Method Detail

      • setEvent

        void setEvent​(NamedElement value)
        Sets the value of the 'Event' reference.
        Parameters:
        value - the new value of the 'Event' reference.
        See Also:
        getEvent()
      • isFirstEvent

        boolean isFirstEvent()
        Returns the value of the 'First Event' attribute. The default value is "true". The value of firstEvent is related to event. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters event. If firstEvent is false, then the corresponding observation event is the time instant the execution exits event.
        Returns:
        the value of the 'First Event' attribute.
        See Also:
        setFirstEvent(boolean), UMLPackage.getTimeObservation_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()