Class ManeuverTriggerDetector<T extends EventDetector>
java.lang.Object
org.orekit.forces.maneuvers.trigger.ManeuverTriggerDetector<T>
- Type Parameters:
T- type of the event detector
- All Implemented Interfaces:
DetectorModifier,EventDetector
public class ManeuverTriggerDetector<T extends EventDetector>
extends Object
implements DetectorModifier
Wrapper for event detection triggering maneuvers.
- Since:
- 13.0
- Author:
- Romain Serra
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the wrapped detector.Get the handler.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.DetectorModifier
finish, g, getDetectionSettings, getEventFunction, init, resetMethods inherited from interface org.orekit.propagation.events.EventDetector
getMaxCheckInterval, getMaxIterationCount, getThreshold
-
Constructor Details
-
ManeuverTriggerDetector
Constructor.- Parameters:
detector- prototype detectorhandler- event handler
-
-
Method Details
-
getDetector
Description copied from interface:DetectorModifierGet the wrapped detector.- Specified by:
getDetectorin interfaceDetectorModifier- Returns:
- wrapped detector
-
getHandler
Description copied from interface:DetectorModifierGet the handler.- Specified by:
getHandlerin interfaceDetectorModifier- Specified by:
getHandlerin interfaceEventDetector- Returns:
- event handler to call at event occurrences
-