|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a delegate for resolving an expression function. Each time the formula engine will meet an unknown function, it will asks by this interface for a value. If something is wrong, you must throw a FunctionResolverException.
More information at : http://www.japisoft.com
Method Summary | |
Variant |
getValue(java.lang.String function,
ListOfArgument args)
throw a FunctionResolverException is the function is unknown or something is wrong with arguments |
Method Detail |
public Variant getValue(java.lang.String function, ListOfArgument args)
args
- List of arguments String or double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |