Uses of Interface
org.esa.snap.core.jexp.Function
-
Packages that use Function Package Description org.esa.snap.core.dataop.barithm org.esa.snap.core.jexp The JEXP API (JEXP = Java Expression Parser). -
-
Uses of Function in org.esa.snap.core.dataop.barithm
Methods in org.esa.snap.core.dataop.barithm with parameters of type Function Modifier and Type Method Description static voidBandArithmetic. deregisterFunction(Function f)De-registers an existing global function.static voidBandArithmetic. registerFunction(Function f)Registers a new global function. -
Uses of Function in org.esa.snap.core.jexp
Fields in org.esa.snap.core.jexp declared as Function Modifier and Type Field Description protected FunctionTerm.Call. functionMethods in org.esa.snap.core.jexp that return Function Modifier and Type Method Description Function[]WritableNamespace. getAllFunctions()FunctionTerm.Call. getFunction()FunctionNamespace. resolveFunction(String name, Term[] args)Resolves the given name and argument list in order to find a matching function.Methods in org.esa.snap.core.jexp with parameters of type Function Modifier and Type Method Description voidWritableNamespace. deregisterFunction(Function function)voidWritableNamespace. registerFunction(Function function)Constructors in org.esa.snap.core.jexp with parameters of type Function Constructor Description Call(Function function, Term... args)
-