|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.parameter.Parameterizable
public class Parameterizable
Simple class providing a list and method for handling Parameters. These parameters should be simple Parameter and/or the Parameters used in parameterizable functions
Constructor Summary | |
---|---|
Parameterizable()
Simple constructor. |
|
Parameterizable(ArrayList<Parameter> paramList)
Simple constructor. |
|
Parameterizable(IParamDiffFunction... paramDiffFunctions)
Simple constructor. |
|
Parameterizable(Parameter... params)
Simple constructor. |
Method Summary | |
---|---|
protected void |
addParameter(Parameter param)
Add a new parameter in the lit, only if it does not exist. |
ArrayList<Parameter> |
getParameters()
Get the supported parameters. |
boolean |
supportsParameter(Parameter param)
Check if a parameter is supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameterizable()
public Parameterizable(Parameter... params)
params
- the supported parameterspublic Parameterizable(ArrayList<Parameter> paramList)
paramList
- the supported parameterspublic Parameterizable(IParamDiffFunction... paramDiffFunctions)
paramDiffFunctions
- IParamDiffFunction with their parametersMethod Detail |
---|
public boolean supportsParameter(Parameter param)
supportsParameter
in interface IParameterizable
param
- parameter to check
public ArrayList<Parameter> getParameters()
getParameters
in interface IParameterizable
protected void addParameter(Parameter param)
param
- parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |