freegraph
Class VariableValues

java.lang.Object
  |
  +--freegraph.VariableValues

public class VariableValues
extends java.lang.Object

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

VariableValues

public VariableValues()
Method Detail

getValue

public double getValue(char ch)
returns the value of the variable ch.


setValue

public void setValue(char ch,
                     double value)
sets the value of the variable ch.