|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.optimizer.TrialPoint
TrialPoint is a collection of variables and values for those variables. This class provides the backward compatibility with the gov.sns.tools.optimization package.
| Field Summary | |
protected java.util.Map |
values
|
| Constructor Summary | |
TrialPoint(java.util.Map newValues)
Creates a new instance of TrialPoint |
|
| Method Summary | |
double |
getValue(Variable variable)
Get the value corresponding to the specified variable. |
java.util.Map |
getValueMap()
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 | |||||||||