public class ParameterConfiguration
extends Object
Simple container pairing a parameter name with a step in order to compute
the associated Jacobian matrix by finite difference.
Instances of this class are guaranteed to be immutable.
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
getParameterName 
public String getParameterName()
Get parameter name.
- Returns:
- parameterName parameter name
-
getHP 
public double getHP()
Get parameter step.
- Returns:
- hP parameter step