Uses of Class
org.orekit.propagation.events.FieldBooleanDetector
Packages that use FieldBooleanDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldBooleanDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldBooleanDetectorModifier and TypeMethodDescriptionstatic <T extends CalculusFieldElement<T>>
FieldBooleanDetector<T> FieldBooleanDetector.andCombine(Collection<? extends FieldEventDetector<T>> detectors) Create a new event detector that is the logical AND of the given event detectors.static <T extends CalculusFieldElement<T>>
FieldBooleanDetector<T> FieldBooleanDetector.andCombine(FieldEventDetector<T>... detectors) Create a new event detector that is the logical AND of the given event detectors.protected FieldBooleanDetector<T> FieldBooleanDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) static <T extends CalculusFieldElement<T>>
FieldBooleanDetector<T> FieldBooleanDetector.orCombine(Collection<? extends FieldEventDetector<T>> detectors) Create a new event detector that is the logical OR of the given event detectors.static <T extends CalculusFieldElement<T>>
FieldBooleanDetector<T> FieldBooleanDetector.orCombine(FieldEventDetector<T>... detectors) Create a new event detector that is the logical OR of the given event detectors.