Uses of Class
org.orekit.propagation.events.functions.BooleanEventFunction
-
Packages that use BooleanEventFunction Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.functions This package provides built-in implementations ofEventFunction. -
-
Uses of BooleanEventFunction in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return BooleanEventFunction Modifier and Type Method Description BooleanEventFunctionBooleanDetector. getEventFunction()BooleanEventFunctionFieldBooleanDetector. getEventFunction()Constructors in org.orekit.propagation.events with parameters of type BooleanEventFunction Constructor Description BooleanDetector(List<EventDetector> detectors, BooleanEventFunction eventFunction, EventDetectionSettings detectionSettings, EventHandler newHandler)Protected constructor with all the parameters.FieldBooleanDetector(List<FieldEventDetector<T>> detectors, BooleanEventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler)Private constructor with all the parameters. -
Uses of BooleanEventFunction in org.orekit.propagation.events.functions
Methods in org.orekit.propagation.events.functions that return BooleanEventFunction Modifier and Type Method Description static BooleanEventFunctionBooleanEventFunction. andCombine(List<EventFunction> eventFunctions)Builds an AND instance.static BooleanEventFunctionBooleanEventFunction. orCombine(List<EventFunction> eventFunctions)Builds an OR instance.
-