Uses of Class
org.orekit.propagation.events.BooleanDetector
Packages that use BooleanDetector
Package
Description
This package provides maneuver triggers' models intended to be used with class
Maneuver.This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of BooleanDetector in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger with parameters of type BooleanDetectorModifier and TypeMethodDescriptionprotected <S extends CalculusFieldElement<S>>
FieldEventDetector<S> TimeIntervalsManeuverTrigger.convertIntervalDetector(Field<S> field, BooleanDetector detector) -
Uses of BooleanDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return BooleanDetectorModifier and TypeMethodDescriptionstatic BooleanDetectorBooleanDetector.andCombine(Collection<? extends EventDetector> detectors) Create a new event detector that is the logical AND of the given event detectors.static BooleanDetectorBooleanDetector.andCombine(EventDetector... detectors) Create a new event detector that is the logical AND of the given event detectors.protected BooleanDetectorBooleanDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) static BooleanDetectorBooleanDetector.orCombine(Collection<? extends EventDetector> detectors) Create a new event detector that is the logical OR of the given event detectors.static BooleanDetectorBooleanDetector.orCombine(EventDetector... detectors) Create a new event detector that is the logical OR of the given event detectors.