public interface DataFunctionRegistry
| Modifier and Type | Method and Description |
|---|---|
DataFunction<?> |
getFunction(String name)
Finds the function associated with the given name.
|
Set<String> |
getFunctions() |
void |
register(String name,
DataFunction<?> function)
Registers a new data function
|
void register(String name, DataFunction<?> function)
name - the name under which the function will be knownfunction - the actual functionDataFunction<?> getFunction(String name)
name - the name of the function.FunctionNotFoundExceptionCopyright © 2014–2016. All rights reserved.