Uses of Class
org.orekit.forces.maneuvers.trigger.TimeIntervalsManeuverTrigger
-
Packages that use TimeIntervalsManeuverTrigger Package Description org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
. -
-
Uses of TimeIntervalsManeuverTrigger in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger that return TimeIntervalsManeuverTrigger Modifier and Type Method Description static TimeIntervalsManeuverTrigger
TimeIntervalsManeuverTrigger. of(TimeIntervalDetector... timeIntervalDetectors)
Build an instance based on the input time interval detectors.static TimeIntervalsManeuverTrigger
TimeIntervalsManeuverTrigger. of(TimeInterval... timeIntervals)
Build an instance based on the input time intervals.
-