Package org.orekit.time.clocks
Class AggregatedFieldClockModel<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.time.clocks.AggregatedFieldClockModel<T>
- Type Parameters:
T- type of the field elements
- All Implemented Interfaces:
FieldClockModel<T>
public class AggregatedFieldClockModel<T extends CalculusFieldElement<T>>
extends Object
implements FieldClockModel<T>
Offset clock model aggregating several other clock models.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionAggregatedFieldClockModel(TimeSpanMap<FieldClockModel<T>> models) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the underlying models.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.Get validity end.Get validity start.Create a non-field version of the instance.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
getOffsetValue
-
Constructor Details
-
AggregatedFieldClockModel
Simple constructor.- Parameters:
models- underlying clock models
-
-
Method Details
-
getModels
Get the underlying models.- Returns:
- underlying models
-
getValidityStart
Get validity start.- Specified by:
getValidityStartin interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Returns:
- model validity start
-
getValidityEnd
Get validity end.- Specified by:
getValidityEndin interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Returns:
- model validity end
-
getOffset
The field clock offset at a given time.- Specified by:
getOffsetin interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Parameters:
date- date at which offset is requested- Returns:
- the field clock offset
-
toNonField
Create a non-field version of the instance.- Specified by:
toNonFieldin interfaceFieldClockModel<T extends CalculusFieldElement<T>>- Returns:
- non-field version of the instance
-