| Class | Description |
|---|---|
| AbstractInterval |
- very simple class to represent an interval only by its ending point nature : this is what all intervals have in
common.
|
| AngleInterval |
- This class describes an angle interval.
|
| AngleTools |
This class provides static methods for angles :
- angles computation,
- comparison,
- arithmetic and trigonometric operations.
|
| ComparableInterval<T extends Comparable<T>> |
Class describing an interval of
Comparable data. |
| ComparableIntervalsList<T extends Comparable<T>> |
This class represents a list of objects
ComparableInterval. |
| GenericInterval<T> |
- Generic class to describe an interval.
|
| Enum | Description |
|---|---|
| IntervalEndpointType |
- Describes the type of an interval endpoint : OPENED or CLOSED.
|
Copyright © 2025 CNES. All rights reserved.