Class FieldControlSwitchDetector<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.control.indirect.adjoint.cost.FieldControlSwitchDetector<T>
-
- All Implemented Interfaces:
FieldEventDetector<T>
public abstract class FieldControlSwitchDetector<T extends CalculusFieldElement<T>> extends Object implements FieldEventDetector<T>
Abstract event detector for singularities in adjoint dynamics.- Since:
- 13.0
- Author:
- Romain Serra
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FieldControlSwitchDetector(FieldEventDetectionSettings<T> detectionSettings)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldEventDetectionSettings<T>
getDetectionSettings()
Getter for the settings.FieldEventHandler<T>
getHandler()
Get the handler.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.propagation.events.FieldEventDetector
finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, init, reset
-
-
-
-
Constructor Detail
-
FieldControlSwitchDetector
protected FieldControlSwitchDetector(FieldEventDetectionSettings<T> detectionSettings)
Constructor.- Parameters:
detectionSettings
- detection settings
-
-
Method Detail
-
getDetectionSettings
public FieldEventDetectionSettings<T> getDetectionSettings()
Description copied from interface:FieldEventDetector
Getter for the settings.- Specified by:
getDetectionSettings
in interfaceFieldEventDetector<T extends CalculusFieldElement<T>>
- Returns:
- detection settings
-
getHandler
public FieldEventHandler<T> getHandler()
Description copied from interface:FieldEventDetector
Get the handler.- Specified by:
getHandler
in interfaceFieldEventDetector<T extends CalculusFieldElement<T>>
- Returns:
- event handler to call at event occurrences
-
-