Package org.orekit.time.clocks
Class PerfectFieldClockModel<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.time.clocks.ConstantFieldClockModel<T>
org.orekit.time.clocks.PerfectFieldClockModel<T>
- Type Parameters:
T- type of the field elements
- All Implemented Interfaces:
FieldClockModel<T>
public class PerfectFieldClockModel<T extends CalculusFieldElement<T>>
extends ConstantFieldClockModel<T>
Clock model for perfect clock with constant zero offset.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a non-field version of the instance.Methods inherited from class org.orekit.time.clocks.ConstantFieldClockModel
getOffset, getValidityEnd, getValidityStartMethods 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
getOffsetValue
-
Constructor Details
-
PerfectFieldClockModel
Simple constructor.- Parameters:
field- field to which offset belong
-
-
Method Details
-
toNonField
Create a non-field version of the instance.- Specified by:
toNonFieldin interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Overrides:
toNonFieldin classConstantFieldClockModel<T extends CalculusFieldElement<T>>- Returns:
- non-field version of the instance
-