gov.sns.tools.optimization
Class TrialPoint

java.lang.Object
  |
  +--gov.sns.tools.optimization.TrialPoint

Deprecated. The optimization package has been replaced by the optimizer package.

public class TrialPoint
extends java.lang.Object

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

values

protected java.util.Map values
Deprecated. 
Constructor Detail

TrialPoint

public TrialPoint(java.util.Map newValues)
Deprecated. 
Creates a new instance of TrialPoint

Method Detail

getValue

public double getValue(Variable variable)
Deprecated. 
Get the value corresponding to the specified variable.

Parameters:
variable - The variable for which to fetch the value.
Returns:
The value of the specified variable.

getValueMap

public java.util.Map getValueMap()
Deprecated. 
Get the map of variable/value pairs.

Returns:
the map of variable/value pairs.