All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, ParameterableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TypedElement, ValueSpecification

public interface TimeExpression extends ValueSpecification
A representation of the model object 'Time Expression'.

A TimeExpression is a ValueSpecification that represents a time value.

The following features are supported:

See Also:
Model:
annotation="MOF package='commonbehaviors.mdsimpletime'"
Generated:
  • Method Details

    • getExpr

      @CheckForNull ValueSpecification getExpr()
      Returns the value of the 'Expr' containment reference. It is bidirectional and its opposite is 'time Expression Of Expr'. A ValueSpecification that evaluates to the value of the TimeExpression.
      Returns:
      the value of the 'Expr' containment reference.
      See Also:
      Model:
      opposite="_timeExpressionOfExpr" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • 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:
      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:
      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:
      Generated:
    • get_timeIntervalOfMax

      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:
      Model:
      opposite="max" volatile="true" ordered="false"
      Generated:
    • get_timeIntervalOfMin

      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:
      Model:
      opposite="min" volatile="true" ordered="false"
      Generated:
    • getObservation

      Collection<Observation> getObservation()
      Returns the value of the 'Observation' reference list. The list contents are of type Observation. It is bidirectional and its opposite is 'time Expression Of Observation'. Refers to the Observations that are involved in the computation of the TimeExpression value.
      Returns:
      the value of the 'Observation' reference list.
      See Also:
      Model:
      opposite="_timeExpressionOfObservation" 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: