Interface IntervalType

All Superinterfaces:
EObject, Notifier, ValueRangeType
All Known Implementing Classes:
IntervalTypeImpl

public interface IntervalType extends ValueRangeType
A representation of the model object 'Interval Type'. An interval of values of a numeric quantity. This interval can be continuous or discrete, defined by a fixed spacing between adjacent valid values. Note that the "type" and "semantic" attributes for min/max and "res" may be different (timeInstant and duration).

The following features are supported:

See Also:
  • Method Details

    • getRes

      Returns the value of the 'Res' containment reference. The regular distance or spacing between the allowed values in this interval. Shall be included when the allowed values are NOT continuous in this interval. Shall not be included when the allowed values are continuous in this interval.
      Returns:
      the value of the 'Res' containment reference.
      See Also:
    • setRes

      void setRes(TypedLiteralType value)
      Sets the value of the 'Res' containment reference.
      Parameters:
      value - the new value of the 'Res' containment reference.
      See Also: