public abstract class FormulaFunctionSet extends Object
Objects of this class can be registered in the FormulaRegistry and
the functions will be available in the formula language.
| Constructor and Description |
|---|
FormulaFunctionSet(FormulaFunctionSetDescription functionSetDescription)
Creates a new ser of functions to be registered in the formula language.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FormulaFunction> |
findFunctions(String name)
Returns all the functions in the set with the given name.
|
String |
getDescription()
Returns the description of the function set.
|
Collection<String> |
getFunctionNames()
The names of all functions in this set.
|
Collection<FormulaFunction> |
getFunctions()
Returns all functions in the set.
|
String |
getName()
Returns the name of the function set.
|
public FormulaFunctionSet(FormulaFunctionSetDescription functionSetDescription)
functionSetDescription - the description of the function setpublic final String getName()
public final String getDescription()
public final Collection<String> getFunctionNames()
public final Collection<FormulaFunction> findFunctions(String name)
name - the name of the functionpublic final Collection<FormulaFunction> getFunctions()
Copyright © 2015. All rights reserved.