public class ParameterConfiguration extends Object
| Constructor and Description |
|---|
ParameterConfiguration(String parameterName,
double hP)
Parameter name and step pair constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getHP()
Get parameter step.
|
String |
getParameterName()
Get parameter name.
|
ForceModel |
getProvider()
Get the povider handling this parameter.
|
void |
setProvider(ForceModel provider)
Set the povider handling this parameter.
|
public ParameterConfiguration(String parameterName, double hP)
parameterName - parameter namehP - parameter steppublic String getParameterName()
public double getHP()
public void setProvider(ForceModel provider)
provider - provider handling this parameterpublic ForceModel getProvider()
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.