org.jfree.formula.function.userdefined

Class MappedFunction

public class MappedFunction extends Object implements Function

A function, that calls a method on a java class. The class is reinstantiated each time the function is called (unless the method is static).

Author: Thomas Morgner

Constructor Summary
MappedFunction()
Method Summary
Objectclone()
TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)
StringgetCanonicalName()
StringgetClassName()

Constructor Detail

MappedFunction

public MappedFunction()

Method Detail

clone

public Object clone()

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()

getClassName

public String getClassName()