Interface FunctionRegistry
- All Known Implementing Classes:
DefaultFunctionRegistry
public interface FunctionRegistry
The function registry contains all information about all function available.
It is also the central point from where to get function meta-data or where
to instantiate functions.
All functions are queried by their cannonical name.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptioncreateFunction(String name) String[]String[]getFunctionNamesByCategory(FunctionCategory category) Function[]Function[]getFunctionsByCategory(FunctionCategory category) getMetaData(String name)
-
Method Details
-
getCategories
FunctionCategory[] getCategories() -
getFunctions
Function[] getFunctions() -
getFunctionsByCategory
-
getFunctionNames
String[] getFunctionNames() -
getFunctionNamesByCategory
-
createFunction
-
getMetaData
-