org.pentaho.reporting.libraries.formula.function
Interface Function
public
interface
Function
extends Serializable
A function is an arbitary computation. A return value type is not available
unless the function has been evaluated.
Functions must be stateless, that means: Calling the same function with
exactly the same parameters must always result in the same computed value.
Author: Thomas Morgner
public String getCanonicalName()