Uses of Class
org.orekit.propagation.events.functions.BooleanEventFunction
Packages that use BooleanEventFunction
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
This package provides built-in implementations of
EventFunction.-
Uses of BooleanEventFunction in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type BooleanEventFunctionModifierConstructorDescriptionprotectedBooleanDetector(List<EventDetector> detectors, BooleanEventFunction eventFunction, EventDetectionSettings detectionSettings, EventHandler newHandler) Protected constructor with all the parameters.protectedFieldBooleanDetector(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 BooleanEventFunctionModifier and TypeMethodDescriptionstatic BooleanEventFunctionBooleanEventFunction.andCombine(List<EventFunction> eventFunctions) Builds an AND instance.static BooleanEventFunctionBooleanEventFunction.orCombine(List<EventFunction> eventFunctions) Builds an OR instance.