Interface IntervalClass

All Superinterfaces:
DataClass, PropertyHandler
All Known Implementing Classes:
IntervalClassImpl

public interface IntervalClass extends DataClass
Interval Classes are used to create data objects that specify a range of values. Therefore, a base data class must be specified to define the type of the elements. Of course, intervals can be only defined for data classes with totally ordered instances, see InstanceTotalOrderPredicate.
Author:
Rainer Maximini
See Also: