|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Variable<X>
This interface represents a symbol on whose value a Function
depends. If the functions is not shared between multiple-threads the
simple Variable.Local implementation can be used.
For global functions (functions used concurrently by multiple threads)
the Variable.Global implementation with
context-local settings is
recommended.
Function.evaluate()| Nested Class Summary | |
|---|---|
static class |
Variable.Global<X>
This class represents a simple Variable implementation with
context-local values. |
static class |
Variable.Local<X>
This class represents a simple Variable implementation for
functions not shared between threads (non static). |
| Method Summary | |
|---|---|
java.lang.String |
getSymbol()
Returns the symbol for this variable. |
| Methods inherited from interface javolution.lang.Reference |
|---|
get, set |
| Method Detail |
|---|
java.lang.String getSymbol()
|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||