Uses of Interface
org.orekit.forces.maneuvers.trigger.ManeuverTriggers
Packages that use ManeuverTriggers
Package
Description
This package provides models of simple maneuvers.
This package provides maneuver triggers' models intended to be used with class
Maneuver.-
Uses of ManeuverTriggers in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ManeuverTriggersConstructors in org.orekit.forces.maneuvers with parameters of type ManeuverTriggersModifierConstructorDescriptionManeuver(AttitudeRotationModel attitudeOverride, ManeuverTriggers maneuverTriggers, PropulsionModel propulsionModel) Generic maneuver constructor. -
Uses of ManeuverTriggers in org.orekit.forces.maneuvers.trigger
Subinterfaces of ManeuverTriggers in org.orekit.forces.maneuvers.triggerModifier and TypeInterfaceDescriptioninterfaceInterface for maneuver triggers with resetters.Classes in org.orekit.forces.maneuvers.trigger that implement ManeuverTriggersModifier and TypeClassDescriptionclassBase class for triggers.classManeuver triggers based on a start and end date.classIntervalEventTrigger<T extends EventDetector>Maneuver triggers based on a single event detector that defines firing intervals.classStartStopEventsTrigger<A extends EventDetector,O extends EventDetector> Maneuver triggers based on a pair of event detectors that defines firing start and stop.classManeuver trigger based on time intervals.