|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.parameter.Parameterizable org.orekit.parameter.JacobiansParameterizable
public abstract class JacobiansParameterizable
Abstract class to define generic function of IJacobiansParameterizable
.
Constructor Summary | |
---|---|
JacobiansParameterizable()
Simple constructor. |
|
JacobiansParameterizable(ArrayList<Parameter> paramList)
Simple constructor. |
|
JacobiansParameterizable(IParamDiffFunction... paramDiffFunctions)
Simple constructor. |
|
JacobiansParameterizable(Parameter... params)
Simple constructor. |
Method Summary | |
---|---|
protected void |
addJacobiansParameter(ArrayList<Parameter> params)
Add a list of parameters in the jacobians parameters list. |
protected void |
addJacobiansParameter(Parameter... params)
Add a parameters in the jacobians parameters list. |
protected void |
addJacobiansParameter(Parameter param)
Add a new parameter in the jacobians parameters list. |
boolean |
supportsJacobianParameter(Parameter param)
Check if a jacobian parameter is supported. |
Methods inherited from class org.orekit.parameter.Parameterizable |
---|
addParameter, getParameters, supportsParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.orekit.parameter.IJacobiansParameterizable |
---|
addDAccDParam, addDAccDState |
Methods inherited from interface org.orekit.parameter.IParameterizable |
---|
getParameters, supportsParameter |
Constructor Detail |
---|
public JacobiansParameterizable()
public JacobiansParameterizable(Parameter... params)
params
- the supported parameterspublic JacobiansParameterizable(ArrayList<Parameter> paramList)
paramList
- the supported parameterspublic JacobiansParameterizable(IParamDiffFunction... paramDiffFunctions)
paramDiffFunctions
- IParamDiffFunction with their parametersMethod Detail |
---|
public boolean supportsJacobianParameter(Parameter param)
supportsJacobianParameter
in interface IJacobiansParameterizable
param
- parameter to check
protected void addJacobiansParameter(Parameter param)
param
- parameterprotected void addJacobiansParameter(ArrayList<Parameter> params)
params
- list of parametersprotected void addJacobiansParameter(Parameter... params)
params
- parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |