Uses of Class
org.orekit.forces.maneuvers.trigger.TimeIntervalsManeuverTrigger
Packages that use TimeIntervalsManeuverTrigger
Package
Description
This package provides maneuver triggers' models intended to be used with class
Maneuver.-
Uses of TimeIntervalsManeuverTrigger in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger that return TimeIntervalsManeuverTriggerModifier and TypeMethodDescriptionstatic 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.