org.apache.poi.hssf.record.formula.atp
Class AnalysisToolPak

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.atp.AnalysisToolPak
All Implemented Interfaces:
UDFFinder

public final class AnalysisToolPak
extends java.lang.Object
implements UDFFinder

Author:
Josh Micich, Petr Udalau - systematized work of add-in libraries and user defined functions.

Field Summary
static UDFFinder instance
           
 
Fields inherited from interface org.apache.poi.hssf.record.formula.udf.UDFFinder
DEFAULT
 
Method Summary
 FreeRefFunction findFunction(java.lang.String name)
          Returns executor by specified name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final UDFFinder instance
Method Detail

findFunction

public FreeRefFunction findFunction(java.lang.String name)
Description copied from interface: UDFFinder
Returns executor by specified name. Returns null if the function name is unknown.

Specified by:
findFunction in interface UDFFinder
Parameters:
name - Name of function.
Returns:
Function executor.