Package | Description |
---|---|
fr.cnes.sirius.patrius.math.interval | |
fr.cnes.sirius.patrius.time |
Modifier and Type | Method and Description |
---|---|
int |
ComparableInterval.compareLowerEndTo(ComparableInterval<T> interval)
Compares the lower end point with the lower end point of the given interval.
|
int |
ComparableInterval.compareTo(ComparableInterval<T> interval)
Compares this interval with the specified interval.
|
int |
ComparableInterval.compareUpperEndTo(ComparableInterval<T> interval)
Compares the upper end point with the upper end point of the given interval.
|
boolean |
ComparableInterval.includes(ComparableInterval<T> interval)
Returns true when this interval includes the other.
|
boolean |
ComparableInterval.isConnectedTo(ComparableInterval<T> interval)
Returns true when the lower point coincides with the upper point of the input interval, and
one of the two points is closed (and the other one is open).
|
boolean |
ComparableInterval.overlaps(ComparableInterval<T> interval)
Returns true when the two intervals overlap.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteDateInterval
This class implements an interval based on the AbsoluteDate class,
using the ComparableInterval class. |
Copyright © 2017 CNES. All rights reserved.