org.orekit.propagation.numerical
Class ParameterConfiguration

java.lang.Object
  extended by org.orekit.propagation.numerical.ParameterConfiguration
All Implemented Interfaces:
Serializable

public class ParameterConfiguration
extends Object
implements Serializable

Simple container associating a parameter name with a step to compute its jacobian and the provider thant manages it.

Author:
Véronique Pommier-Maurussane
See Also:
Serialized Form

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

ParameterConfiguration

public ParameterConfiguration(Parameter parameter,
                              double hP)
Parameter name and step pair constructor.

Parameters:
parameter - parameter name
hP - parameter step
Method Detail

getParameter

public Parameter getParameter()
Get parameter.

Returns:
parameter

getHP

public double getHP()
Get parameter step.

Returns:
hP parameter step

setProvider

public void setProvider(IJacobiansParameterizable provider)
Set the povider handling this parameter.

Parameters:
provider - provider handling this parameter

getProvider

public IJacobiansParameterizable getProvider()
Get the povider handling this parameter.

Returns:
provider handling this parameter


Copyright © 2017 CNES. All Rights Reserved.