Class ResetDerivativesOnEvent
java.lang.Object
org.orekit.propagation.events.handlers.ResetDerivativesOnEvent
- All Implemented Interfaces:
EventHandler
Event handler which will always return
stop as a state.- Since:
- 12.2
- Author:
- Romain Serra
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneventOccurred(SpacecraftState s, EventDetector detector, boolean increasing) Specific implementation of the eventOccurred interface.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.propagation.events.handlers.EventHandler
finish, init, resetState
-
Constructor Details
-
ResetDerivativesOnEvent
public ResetDerivativesOnEvent()
-
-
Method Details
-
eventOccurred
Specific implementation of the eventOccurred interface.- Specified by:
eventOccurredin interfaceEventHandler- Parameters:
s- SpaceCraft state to be used in the evaluationdetector- object with appropriate type that can be used in determining correct return stateincreasing- with the event occurred in an "increasing" or "decreasing" slope direction- Returns:
stopunder all circumstances
-