Package org.esa.snap.core.jexp
Interface WritableNamespace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterFunction(Function function)voidderegisterSymbol(Symbol symbol)Function[]getAllFunctions()Symbol[]getAllSymbols()voidregisterFunction(Function function)voidregisterSymbol(Symbol symbol)-
Methods inherited from interface org.esa.snap.core.jexp.Namespace
resolveFunction, resolveSymbol
-
-
-
-
Method Detail
-
registerSymbol
void registerSymbol(Symbol symbol)
-
deregisterSymbol
void deregisterSymbol(Symbol symbol)
-
registerFunction
void registerFunction(Function function)
-
deregisterFunction
void deregisterFunction(Function function)
-
getAllSymbols
Symbol[] getAllSymbols()
-
getAllFunctions
Function[] getAllFunctions()
-
-