|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.propagation.numerical.ParameterConfiguration
public class ParameterConfiguration
Simple container associating a parameter name with a step to compute its jacobian and the provider thant manages it.
| Constructor Summary | |
|---|---|
ParameterConfiguration(Parameter parameter,
double hP)
Parameter name and step pair constructor. |
|
| Method Summary | |
|---|---|
double |
getHP()
Get parameter step. |
Parameter |
getParameter()
Get parameter. |
IJacobiansParameterizable |
getProvider()
Get the povider handling this parameter. |
void |
setProvider(IJacobiansParameterizable provider)
Set the povider handling this parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterConfiguration(Parameter parameter,
double hP)
parameter - parameter namehP - parameter step| Method Detail |
|---|
public Parameter getParameter()
public double getHP()
public void setProvider(IJacobiansParameterizable provider)
provider - provider handling this parameterpublic IJacobiansParameterizable getProvider()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||