mathpack.variables
Class Variable

java.lang.Object
  |
  +--mathpack.values.valueObject
        |
        +--mathpack.values.namedValue
              |
              +--mathpack.variables.Variable

public class Variable
extends namedValue

Klasse einer Variablen


Constructor Summary
Variable(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class mathpack.values.namedValue
getName, setName
 
Methods inherited from class mathpack.values.valueObject
doIt, get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable(java.lang.String name,
                java.lang.Object value)