Package org.orekit.time.clocks
Class AbstractFieldClockModel<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.time.clocks.AbstractFieldClockModel<T>
- Type Parameters:
T- type of the field elements
- All Implemented Interfaces:
FieldClockModel<T>
- Direct Known Subclasses:
ConstantFieldClockModel,PolynomialFieldClockModel
public abstract class AbstractFieldClockModel<T extends CalculusFieldElement<T>>
extends Object
implements FieldClockModel<T>
Container for clock field model.
- Since:
- 14.0
- Author:
- Brian Carter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFieldClockModel(FieldAbsoluteDate<T> referenceDate) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal FieldAbsoluteDate<T> The reference date for the elements of this field clock model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.clocks.FieldClockModel
getOffset
-
Constructor Details
-
AbstractFieldClockModel
Simple constructor.- Parameters:
referenceDate- reference date for the elements of this field clock model
-
-
Method Details
-
getReferenceDate
The reference date for the elements of this field clock model.- Specified by:
getReferenceDatein interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Returns:
- the field absolute date
-