public interface EnablingPredicate<S extends EventDetector>
| Modifier and Type | Method and Description |
|---|---|
boolean |
eventIsEnabled(SpacecraftState state,
S eventDetector,
double g)
Compute an event enabling function of state.
|
boolean eventIsEnabled(SpacecraftState state, S eventDetector, double g) throws OrekitException
state - current stateeventDetector - underlying detectorg - value of the underlying detector for the current stateOrekitException - if enabling status cannot be determinedCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.