|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.Objective
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 |
protected java.lang.String name
| Constructor Detail |
public Objective(java.lang.String aName)
| Method Detail |
public abstract double satisfaction(double value)
value - The value to be used to get the satisfaction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||