|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.parameter.Parameter
public class Parameter
This class is used to define parameters for finite differences and derivatives of analytic functions computing. It defines a parameter with is value and its associated name.
Constructor Summary | |
---|---|
Parameter(String name2set,
double value2set)
Constructor with name and value. |
Method Summary | |
---|---|
String |
getName()
Getting parameter name. |
double |
getValue()
Getting parameter value. |
void |
setValue(double val)
Setting parameter value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameter(String name2set, double value2set)
name2set
- name of the Parametervalue2set
- value of the parameterMethod Detail |
---|
public double getValue()
public void setValue(double val)
val
- parameter valuepublic String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |