|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.utils.AbstractInterval fr.cnes.sirius.patrius.utils.GenericInterval<T>
T
- the nature of ending pointspublic class GenericInterval<T>
- Generic class to describe an interval.
- The nature of the upper data and lower data are unknown yet : this class is only used to create easily any interval.
- This class is only a description of an interval, without particular operations.
class
,
Serialized FormAn interval of Doubles ]1.0,2.0[ is created this way :
Interval
Constructor Summary | |
---|---|
GenericInterval(IntervalEndpointType lowerEndPointIn,
T lowerDataIn,
T upperDataIn,
IntervalEndpointType upperEndPointIn)
Constructor Constructor : the T type must be defined. |
Method Summary | |
---|---|
T |
getLowerData()
|
T |
getUpperData()
|
Methods inherited from class fr.cnes.sirius.patrius.utils.AbstractInterval |
---|
getLowerEndPoint, getUpperEndPoint, setLowerEndPoint, setUpperEndPoint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericInterval(IntervalEndpointType lowerEndPointIn, T lowerDataIn, T upperDataIn, IntervalEndpointType upperEndPointIn)
lowerDataIn
- lower end data valueupperDataIn
- upper end data valuelowerEndPointIn
- lower end point stateupperEndPointIn
- upper end point stateMethod Detail |
---|
public final T getUpperData()
public final T getLowerData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |