|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Functions
A group of Function objects sharing a common namespace or a set of
common namespaces. Use the classes
ClassFunctions
and
PackageFunctions
to register extension functions implemented as Java methods.
Method Summary | |
---|---|
Function |
getFunction(String namespace,
String name,
Object[] parameters)
Returns a Function, if any, for the specified namespace, name and parameter types. |
Set |
getUsedNamespaces()
Returns all namespaces in which this function collection defines functions. |
Method Detail |
---|
Set getUsedNamespaces()
Function getFunction(String namespace, String name, Object[] parameters)
namespace
- nsname
- function nameparameters
- Object[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |