Interface RangeType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    RangeTypeImpl

    public interface RangeType
    extends EObject
    A representation of the model object 'Range Type'. A range of values of a numeric parameter. This range can be continuous or discrete, defined by a fixed spacing between adjacent valid values. If the MinimumValue or MaximumValue 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 rangeClosure.

    The following features are supported:

    See Also:
    Ows20Package.getRangeType()