|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--freegraph.VariableValues
class used to hold a set of doubles for variables A-Z
| Constructor Summary | |
VariableValues()
|
|
| Method Summary | |
double |
getValue(char ch)
returns the value of the variable ch. |
void |
setValue(char ch,
double value)
sets the value of the variable ch. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VariableValues()
| Method Detail |
public double getValue(char ch)
public void setValue(char ch,
double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||