Class AggregateFunctionManagerImpl
- java.lang.Object
-
- org.dashbuilder.dataset.engine.function.AggregateFunctionManagerImpl
-
- All Implemented Interfaces:
org.dashbuilder.dataset.group.AggregateFunctionManager
public class AggregateFunctionManagerImpl extends Object implements org.dashbuilder.dataset.group.AggregateFunctionManager
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<org.dashbuilder.dataset.group.AggregateFunctionType,org.dashbuilder.dataset.group.AggregateFunction>functionMapThe built-in aggregate function registry.
-
Constructor Summary
Constructors Constructor Description AggregateFunctionManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.dashbuilder.dataset.group.AggregateFunction>getAllFunctions()org.dashbuilder.dataset.group.AggregateFunctiongetFunctionByType(org.dashbuilder.dataset.group.AggregateFunctionType type)voidregisterFunction(org.dashbuilder.dataset.group.AggregateFunction function)
-
-
-
Field Detail
-
functionMap
protected Map<org.dashbuilder.dataset.group.AggregateFunctionType,org.dashbuilder.dataset.group.AggregateFunction> functionMap
The built-in aggregate function registry.
-
-
Method Detail
-
getAllFunctions
public Collection<org.dashbuilder.dataset.group.AggregateFunction> getAllFunctions()
- Specified by:
getAllFunctionsin interfaceorg.dashbuilder.dataset.group.AggregateFunctionManager
-
getFunctionByType
public org.dashbuilder.dataset.group.AggregateFunction getFunctionByType(org.dashbuilder.dataset.group.AggregateFunctionType type)
- Specified by:
getFunctionByTypein interfaceorg.dashbuilder.dataset.group.AggregateFunctionManager
-
registerFunction
public void registerFunction(org.dashbuilder.dataset.group.AggregateFunction function)
- Specified by:
registerFunctionin interfaceorg.dashbuilder.dataset.group.AggregateFunctionManager
-
-