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 BooleanDetector
BooleanDetector. andCombine(Collection<? extends EventDetector> detectors)
Create a new event detector that is the logical AND of the given event detectors.static BooleanDetector
BooleanDetector. andCombine(EventDetector... detectors)
Create a new event detector that is the logical AND of the given event detectors.protected BooleanDetector
BooleanDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super BooleanDetector> newHandler)
static BooleanDetector
BooleanDetector. orCombine(Collection<? extends EventDetector> detectors)
Create a new event detector that is the logical OR or the given event detectors.static BooleanDetector
BooleanDetector. orCombine(EventDetector... detectors)
Create a new event detector that is the logical OR or the given event detectors.Method parameters in org.orekit.propagation.events with type arguments of type BooleanDetector Modifier and Type Method Description protected BooleanDetector
BooleanDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super BooleanDetector> newHandler)
-