Class FieldManeuverTriggerDetector<W extends CalculusFieldElement<W>,T extends FieldEventDetector<W>>
- java.lang.Object
-
- org.orekit.forces.maneuvers.trigger.FieldManeuverTriggerDetector<W,T>
-
- All Implemented Interfaces:
FieldDetectorModifier<W>
,FieldEventDetector<W>
public class FieldManeuverTriggerDetector<W extends CalculusFieldElement<W>,T extends FieldEventDetector<W>> extends Object implements FieldDetectorModifier<W>
Wrapper for event detection triggering maneuvers (Field version).- Since:
- 13.0
- Author:
- Romain Serra
- See Also:
AbstractManeuverTriggers
,ManeuverTriggerDetector
-
-
Constructor Summary
Constructors Constructor Description FieldManeuverTriggerDetector(T detector, FieldEventHandler<W> handler)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getDetector()
Getter for wrapped detector.FieldEventHandler<W>
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.FieldDetectorModifier
finish, g, getDetectionSettings, init, reset
-
Methods inherited from interface org.orekit.propagation.events.FieldEventDetector
getMaxCheckInterval, getMaxIterationCount, getThreshold
-
-
-
-
Constructor Detail
-
FieldManeuverTriggerDetector
public FieldManeuverTriggerDetector(T detector, FieldEventHandler<W> handler)
Constructor.- Parameters:
detector
- prototype detectorhandler
- event handler
-
-
Method Detail
-
getDetector
public T getDetector()
Description copied from interface:FieldDetectorModifier
Getter for wrapped detector.- Specified by:
getDetector
in interfaceFieldDetectorModifier<W extends CalculusFieldElement<W>>
- Returns:
- detector
-
getHandler
public FieldEventHandler<W> getHandler()
Description copied from interface:FieldDetectorModifier
Get the handler.- Specified by:
getHandler
in interfaceFieldDetectorModifier<W extends CalculusFieldElement<W>>
- Specified by:
getHandler
in interfaceFieldEventDetector<W extends CalculusFieldElement<W>>
- Returns:
- event handler to call at event occurrences
-
-