Uses of Interface
org.orekit.forces.maneuvers.trigger.ResettableManeuverTriggers
-
Packages that use ResettableManeuverTriggers Package Description org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
. -
-
Uses of ResettableManeuverTriggers in org.orekit.forces.maneuvers.trigger
Classes in org.orekit.forces.maneuvers.trigger that implement ResettableManeuverTriggers Modifier and Type Class Description class
AbstractManeuverTriggers
Base class for triggers.class
DateBasedManeuverTriggers
Maneuver triggers based on a start and end date.class
IntervalEventTrigger<T extends AbstractDetector<T>>
Maneuver triggers based on a single event detector that defines firing intervals.class
StartStopEventsTrigger<A extends AbstractDetector<A>,O extends AbstractDetector<O>>
Maneuver triggers based on a pair of event detectors that defines firing start and stop.
-