Package org.orekit.propagation.events
Class PythonEnablingPredicate
- java.lang.Object
-
- org.orekit.propagation.events.PythonEnablingPredicate
-
- All Implemented Interfaces:
EnablingPredicate
public class PythonEnablingPredicate extends Object implements EnablingPredicate
-
-
Constructor Summary
Constructors Constructor Description PythonEnablingPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
eventIsEnabled(SpacecraftState state, EventDetector eventDetector, double g)
Compute an event enabling function of state.void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
eventIsEnabled
public boolean eventIsEnabled(SpacecraftState state, EventDetector eventDetector, double g)
Compute an event enabling function of state.- Specified by:
eventIsEnabled
in interfaceEnablingPredicate
- Parameters:
state
- current stateeventDetector
- underlying detectorg
- value of the underlying detector for the current state- Returns:
- true if the event is enabled (i.e. it can be triggered), false if it should be ignored
-
-