Package org.orekit.utils
Class PythonParameterFunction
- java.lang.Object
-
- org.orekit.utils.PythonParameterFunction
-
- All Implemented Interfaces:
ParameterFunction
public class PythonParameterFunction extends Object implements ParameterFunction
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonParameterFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
double
value(ParameterDriver parameterDriver, AbsoluteDate date)
Evaluate the function.
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
value
public double value(ParameterDriver parameterDriver, AbsoluteDate date)
Evaluate the function.- Specified by:
value
in interfaceParameterFunction
- Parameters:
parameterDriver
- driver for the parameter.date
- date at which the function wants to be known- Returns:
- scalar value of the function
-
-