Class EDU.emporia.mathtools.Variable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.emporia.mathtools.Variable

Object
   |
   +----EDU.emporia.mathtools.Variable

public class Variable
extends Object
Variables associate values with names.


Constructor Index

 o EDU.emporia.mathtools.Variable(String)

Method Index

 o make(String)
Return the variable named `_name'.
 o set_value(double)
 o toString()
 o value()

Constructors

 o Variable
public Variable(String _name)

Methods

 o make
public static synchronized EDU.emporia.mathtools.Variable make(String _name)
Return the variable named `_name'. make (s1) == make (s2) iff s1.equals (s2).

 o set_value
public void set_value(double _val)
 o toString
public java.lang.String toString()
Overrides:
toString in class Object
 o value
public double value()

All Packages  Class Hierarchy  This Package  Previous  Next  Index