Uses of Interface
org.orekit.propagation.events.DetectorModifier
-
Packages that use DetectorModifier Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of DetectorModifier in org.orekit.attitudes
Classes in org.orekit.attitudes that implement DetectorModifier Modifier and Type Class Description class
AttitudesSequence.Switch
Switch specification.class
AttitudesSwitcher.InstantaneousSwitch
Switch specification. -
Uses of DetectorModifier in org.orekit.forces.maneuvers
Classes in org.orekit.forces.maneuvers that implement DetectorModifier Modifier and Type Class Description class
ImpulseManeuver
Impulse maneuver model. -
Uses of DetectorModifier in org.orekit.forces.maneuvers.trigger
Classes in org.orekit.forces.maneuvers.trigger that implement DetectorModifier Modifier and Type Class Description class
ManeuverTriggerDetector<T extends EventDetector>
Wrapper for event detection triggering maneuvers. -
Uses of DetectorModifier in org.orekit.propagation.events
Classes in org.orekit.propagation.events that implement DetectorModifier Modifier and Type Class Description class
AdapterDetector
Deprecated.since 13.0.class
EventEnablingPredicateFilter
Wrapper used to detect events only when enabled by an external predicated function.class
EventShifter
Wrapper shifting events occurrences times.class
NegateDetector
An event detector that negates the sign on another event detector'sg
function.
-