Uses of Class
org.orekit.forces.maneuvers.trigger.AbstractManeuverTriggers
-
Packages that use AbstractManeuverTriggers Package Description org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
. -
-
Uses of AbstractManeuverTriggers in org.orekit.forces.maneuvers.trigger
Subclasses of AbstractManeuverTriggers in org.orekit.forces.maneuvers.trigger Modifier and Type Class Description 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.
-