|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.functions.Variable.Local<X>
public static class Variable.Local<X>
This class represents a simple Variable implementation for
functions not shared between threads (non static).
Functions shared between multiple-threads should use a different
type of variable such as Variable.Global.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jscience.mathematics.functions.Variable |
|---|
Variable.Global<X>, Variable.Local<X> |
| Constructor Summary | |
|---|---|
Variable.Local(java.lang.String symbol)
Creates a new local variable with a unique symbol. |
|
| Method Summary | |
|---|---|
X |
get()
|
java.lang.String |
getSymbol()
Returns the symbol for this variable. |
void |
set(X arg0)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Variable.Local(java.lang.String symbol)
symbol - the variable symbol.| Method Detail |
|---|
public java.lang.String getSymbol()
Variable
getSymbol in interface Variable<X>public X get()
get in interface Reference<X>public void set(X arg0)
set in interface Reference<X>
|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||