Uses of Class
org.orekit.propagation.events.BooleanDetector
-
Packages that use BooleanDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of BooleanDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return BooleanDetector Modifier and Type Method Description static 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(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, 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.
-