| 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
javolution.context.LocalContext context-local settings is
recommended.
author: Jean-Marie Dautelle version: 3.0, February 13, 2006 See Also: Function.evaluate See Also: |