Package org.openrefine.grel
Class ControlFunctionRegistry
- java.lang.Object
-
- org.openrefine.grel.ControlFunctionRegistry
-
public class ControlFunctionRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ControlFunctionRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Control
getControl(String name)
static Map<String,Control>
getControlMap()
static Set<Map.Entry<String,Control>>
getControlMapping()
static String
getControlName(Control f)
static Function
getFunction(String name)
static Map<String,Function>
getFunctionMap()
static Set<Map.Entry<String,Function>>
getFunctionMapping()
static String
getFunctionName(Function f)
static void
registerControl(String name, Control c)
static void
registerFunction(String name, Function f)
-