| java.lang.Object org.mmbase.util.functions.FunctionFactory
FunctionFactory | public class FunctionFactory (Code) | | The FunctionFactory instanciates
Function objects. There are 6 static getFunctions
objects in this class, which correspond to 6 different kind of Function objects.
The function factory was more important in the 1.7 version of MMBase. Since MMBase 1.8 there are
FunctionProvider s, so often, it is just as easy and straight forward to simply call the
getFunction method on the relevant FunctionProvider (like
FunctionSet ,
Cloud ,
Module , or
Node ) or to simply instantiate the Function object (e.g.
BeanFunction )
author: Michiel Meeuwissen version: $Id: FunctionFactory.java,v 1.10 2007/11/25 18:25:49 nklasens Exp $ since: MMBase-1.7 |
getFunction | public static Function getFunction(Cloud cloud, String setName, String functionName)(Code) | | Gets a function from a function set on a certain cloud
|
|
|