Uses of Interface
org.orekit.propagation.events.EnablingPredicate
-
Packages that use EnablingPredicate Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of EnablingPredicate in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type EnablingPredicate Constructor Description EventEnablingPredicateFilter(EventDetectionSettings detectionSettings, EventHandler handler, EventDetector rawDetector, EnablingPredicate enabler)
Protected constructor with full parameters.EventEnablingPredicateFilter(EventDetector rawDetector, EnablingPredicate enabler)
Wrap anevent detector
.
-