|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimization.TrialPoint
TrialPoint is a collection of variables and values for those variables.
| Field Summary | |
protected java.util.Map |
values
Deprecated. |
| Constructor Summary | |
TrialPoint(java.util.Map newValues)
Deprecated. Creates a new instance of TrialPoint |
|
| Method Summary | |
double |
getValue(Variable variable)
Deprecated. Get the value corresponding to the specified variable. |
java.util.Map |
getValueMap()
Deprecated. Get the map of variable/value pairs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Map values
| Constructor Detail |
public TrialPoint(java.util.Map newValues)
| Method Detail |
public double getValue(Variable variable)
variable - The variable for which to fetch the value.
public java.util.Map getValueMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||