|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.Variable
Variable class for holding the parts of a variable.
| Field Summary | |
protected double |
lowerLimit
Deprecated. |
protected java.lang.String |
name
Deprecated. |
protected double |
startValue
Deprecated. |
protected double |
upperLimit
Deprecated. |
| Constructor Summary | |
Variable(java.lang.String atitle,
double aStartValue,
double aLowerLimit,
double anUpperLimit)
Deprecated. Creates a new instance of Variable |
|
| Method Summary | |
double |
lowerLimit()
Deprecated. Get the lower limit. |
java.lang.String |
name()
Deprecated. Get the name. |
double |
startValue()
Deprecated. Get the starting value (i.e. |
double |
upperLimit()
Deprecated. Get the upper limit. |
| 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
protected double startValue
protected double lowerLimit
protected double upperLimit
| Constructor Detail |
public Variable(java.lang.String atitle,
double aStartValue,
double aLowerLimit,
double anUpperLimit)
| Method Detail |
public java.lang.String name()
public double startValue()
public double lowerLimit()
public double upperLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||