Class Variable.Local<X>
- java.lang.Object
 - 
- org.jscience.mathematics.function.Variable.Local<X>
 
 
- 
- All Implemented Interfaces:
 javolution.lang.Reference<X>,Variable<X>
public static class Variable.Local<X> extends java.lang.Object implements Variable<X>
This class represents a simpleVariableimplementation for functions not shared between threads (non static). Functions shared between multiple-threads should use a different type of variable such asVariable.Global. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.jscience.mathematics.function.Variable
Variable.Global<X>, Variable.Local<X> 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Local(java.lang.String symbol)Creates a new local variable with a unique symbol. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Xget()java.lang.StringgetSymbol()Returns the symbol for this variable.voidset(X arg0) 
 -