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 Object implements Variable<X>
This class represents a simpleVariable
implementation 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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X
get()
String
getSymbol()
Returns the symbol for this variable.void
set(X arg0)
-