Class ControlSwitchDetector
- java.lang.Object
-
- org.orekit.control.indirect.adjoint.cost.ControlSwitchDetector
-
- All Implemented Interfaces:
EventDetector
public abstract class ControlSwitchDetector extends Object implements EventDetector
Abstract event detector for singularities in adjoint dynamics.- Since:
- 13.0
- Author:
- Romain Serra
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ControlSwitchDetector(EventDetectionSettings detectionSettings)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventDetectionSettings
getDetectionSettings()
Getter for the settings.EventHandler
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.EventDetector
finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, init, reset
-
-
-
-
Constructor Detail
-
ControlSwitchDetector
protected ControlSwitchDetector(EventDetectionSettings detectionSettings)
Constructor.- Parameters:
detectionSettings
- detection settings
-
-
Method Detail
-
getDetectionSettings
public EventDetectionSettings getDetectionSettings()
Description copied from interface:EventDetector
Getter for the settings.- Specified by:
getDetectionSettings
in interfaceEventDetector
- Returns:
- detection settings
-
getHandler
public EventHandler getHandler()
Description copied from interface:EventDetector
Get the handler.- Specified by:
getHandler
in interfaceEventDetector
- Returns:
- event handler to call at event occurrences
-
-