Interface ValueRangeType

  • All Superinterfaces:
    EObject, Notifier
    All Known Subinterfaces:
    IntervalType
    All Known Implementing Classes:
    IntervalTypeImpl, ValueRangeTypeImpl

    public interface ValueRangeType
    extends EObject
    A representation of the model object 'Value Range Type'. The range of an interval. If the "min" or "max" element is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the "closure". (The interval can be bounded or semi-bounded with different closures.) The data type and the semantic of the values are inherited by children and may be superceded by them. This range may be qualitative, i.e., nominal (age range) or qualitative (percentage) meaning that a value between min/max can be queried.

    The following features are supported:

    See Also:
    Wcs10Package.getValueRangeType()