Package org.orekit.propagation.events
Class PythonAdaptableInterval
- java.lang.Object
-
- org.orekit.propagation.events.PythonAdaptableInterval
-
- All Implemented Interfaces:
AdaptableInterval
public class PythonAdaptableInterval extends Object implements AdaptableInterval
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonAdaptableInterval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
currentInterval(SpacecraftState state)
Get the current value of maximal time interval between events handler checks.void
finalize()
void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
currentInterval
public double currentInterval(SpacecraftState state)
Get the current value of maximal time interval between events handler checks.- Specified by:
currentInterval
in interfaceAdaptableInterval
- Parameters:
state
- current state- Returns:
- current value of maximal time interval between events handler checks
-
-