gov.sns.tools.solver
Class Objective

java.lang.Object
  |
  +--gov.sns.tools.solver.Objective

Deprecated. The optimization and optimizer packages have been replaced by the solver package.

public abstract class Objective
extends java.lang.Object

Objective is the primary class for holding the users's objective


Field Summary
protected  java.lang.String name
          Deprecated.  
 
Constructor Summary
Objective(java.lang.String aName)
          Deprecated. Creates a new instance of Objective
 
Method Summary
abstract  double satisfaction(double value)
          Deprecated. Satisfaction gets the satisfaction of a value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Deprecated. 
Constructor Detail

Objective

public Objective(java.lang.String aName)
Deprecated. 
Creates a new instance of Objective

Method Detail

satisfaction

public abstract double satisfaction(double value)
Deprecated. 
Satisfaction gets the satisfaction of a value.

Parameters:
value - The value to be used to get the satisfaction.