Class FieldAbstractStateModifier<T extends CalculusFieldElement<T>>

java.lang.Object
org.orekit.propagation.FieldAbstractStateModifier<T>
Type Parameters:
T - type of the field elements
All Implemented Interfaces:
FieldAdditionalDataProvider<T[],T>

public abstract class FieldAbstractStateModifier<T extends CalculusFieldElement<T>> extends Object implements FieldAdditionalDataProvider<T[],T>
Abstract base class for modifying state during propagation.

This class is a specialized implementation of FieldAdditionalDataProvider with a name set to the empty string and returning a null additional data.

Beware that changing the state undercover from the propagator may have many side effects. Using this class should therefore be done cautiously.

Since:
12.1
Author:
Luc Maisonobe
See Also: