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 Details

    • AbstractFieldClockModel

      protected AbstractFieldClockModel(FieldAbsoluteDate<T> referenceDate)
      Simple constructor.
      Parameters:
      referenceDate - reference date for the elements of this field clock model
  • Method Details