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 TgetDetector()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
dependsOnTimeOnly, 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:FieldDetectorModifierGetter for wrapped detector.- Specified by:
getDetectorin interfaceFieldDetectorModifier<W extends CalculusFieldElement<W>>- Returns:
- detector
-
getHandler
public FieldEventHandler<W> getHandler()
Description copied from interface:FieldDetectorModifierGet the handler.- Specified by:
getHandlerin interfaceFieldDetectorModifier<W extends CalculusFieldElement<W>>- Specified by:
getHandlerin interfaceFieldEventDetector<W extends CalculusFieldElement<W>>- Returns:
- event handler to call at event occurrences
-
-