Interface Interval
-
- All Known Implementing Classes:
BaseInterval
public interface IntervalInterface representing an interval.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetLowerBound()Get the lower bound of the interval.doublegetUpperBound()Get the upper bound of the interval.
-