| |
|
| java.lang.Object org.mmbase.util.functions.CombinedFunction
CombinedFunction | public class CombinedFunction implements Function<R>(Code) | | A combined function combines other function object. Depending on the provided filled paramters it calls the right function.
author: Michiel Meeuwissen version: $Id: CombinedFunction.java,v 1.7 2007/11/25 18:25:49 nklasens Exp $ since: MMBase-1.9 |
determinDefinition | protected void determinDefinition()(Code) | | |
getFunctionValue | public R getFunctionValue(Object... parameters)(Code) | | |
getFunctionValueWithList | public R getFunctionValueWithList(List> parameters)(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setParameterDefinition | public void setParameterDefinition(Parameter>[] params)(Code) | | |
|
|
|