|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.analysis.sensitivity.Parameter
public class Parameter
Defines a parameter.
| Constructor Summary | |
|---|---|
Parameter(String name,
double lowerBound,
double upperBound)
Constructs a new parameter with the specified name, lower bound, and upper bound. |
|
| Method Summary | |
|---|---|
double |
getLowerBound()
Returns the lower bound of this parameter. |
String |
getName()
Returns the name of this parameter. |
double |
getUpperBound()
Returns the upper bound of this parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(String name,
double lowerBound,
double upperBound)
name - the parameter namelowerBound - the lower bound of the parameterupperBound - the upper bound of the parameter| Method Detail |
|---|
public String getName()
public double getLowerBound()
public double getUpperBound()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||