Interface TimeExpression

    • Method Detail

      • setExpr

        void setExpr​(@CheckForNull
                     ValueSpecification value)
        Sets the value of the 'Expr' containment reference.
        Parameters:
        value - the new value of the 'Expr' containment reference.
        See Also:
        getExpr()
        Generated:
      • get_timeEventOfWhen

        @CheckForNull
        TimeEvent get_timeEventOfWhen()
        Returns the value of the 'time Event Of When' container reference. It is bidirectional and its opposite is 'When'.

        If the meaning of the 'time Event Of When' container reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'time Event Of When' container reference.
        See Also:
        set_timeEventOfWhen(TimeEvent), UMLPackage.getTimeExpression__timeEventOfWhen(), TimeEvent.getWhen()
        Model:
        opposite="when" transient="false" ordered="false"
        Generated:
      • set_timeEventOfWhen

        void set_timeEventOfWhen​(@CheckForNull
                                 TimeEvent value)
        Sets the value of the 'time Event Of When' container reference.
        Parameters:
        value - the new value of the 'time Event Of When' container reference.
        See Also:
        get_timeEventOfWhen()
        Generated:
      • get_timeIntervalOfMax

        java.util.Collection<TimeInterval> get_timeIntervalOfMax()
        Returns the value of the 'time Interval Of Max' reference list. The list contents are of type TimeInterval. It is bidirectional and its opposite is 'Max'.

        If the meaning of the 'time Interval Of Max' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'time Interval Of Max' reference list.
        See Also:
        UMLPackage.getTimeExpression__timeIntervalOfMax(), TimeInterval.getMax()
        Model:
        opposite="max" volatile="true" ordered="false"
        Generated:
      • get_timeIntervalOfMin

        java.util.Collection<TimeInterval> get_timeIntervalOfMin()
        Returns the value of the 'time Interval Of Min' reference list. The list contents are of type TimeInterval. It is bidirectional and its opposite is 'Min'.

        If the meaning of the 'time Interval Of Min' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'time Interval Of Min' reference list.
        See Also:
        UMLPackage.getTimeExpression__timeIntervalOfMin(), TimeInterval.getMin()
        Model:
        opposite="min" volatile="true" ordered="false"
        Generated:
      • has_timeIntervalOfMax

        boolean has_timeIntervalOfMax()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_timeIntervalOfMin

        boolean has_timeIntervalOfMin()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasObservation

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