|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
A function that can be used in a formula.
| Method Summary | |
|---|---|
Value |
applyTo(Expression[] args)
Invokes the function using the given arguments and returns the result. |
String |
getIdentifier()
Returns the operator's string identirifer. |
FunctionParameter[] |
getParameters()
Returns the parameters of the function. |
boolean |
isVarArg()
Returns whether the function accepts a variable number of arguments, i.e. whether the function's parameter list is unbounded. |
| Method Detail |
|---|
String getIdentifier()
Value applyTo(Expression[] args)
throws IllegalValueTypeException
IllegalValueTypeExceptionFunctionParameter[] getParameters()
boolean isVarArg()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||