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 TimeIntervalsManeuverTriggerTimeIntervalsManeuverTrigger. of(List<TimeInterval> timeIntervals)Build an instance based on the input time intervals.static TimeIntervalsManeuverTriggerTimeIntervalsManeuverTrigger. of(TimeIntervalDetector... timeIntervalDetectors)Build an instance based on the input time interval detectors.static TimeIntervalsManeuverTriggerTimeIntervalsManeuverTrigger. of(TimeInterval... timeIntervals)Build an instance based on the input time intervals.
-