Package org.esa.snap.core.jexp
Interface EvalEnv
- All Known Implementing Classes:
RasterDataEvalEnv
public interface EvalEnv
Represents an application dependant evaluation environment.
This interface has no operation. It is up to application
how it is to be interpreted.
An object of this type is passed to the eval
X methods
of the
class. Special implementations
of the Term
and Symbol
interfaces can cast the object to the application specific type in order to perform
an application specific evaluation of the Function
Symbol
or Function
.
- Version:
- $Revision$ $Date$