edu.psu.geovista.app.spreadsheet.functions
Class FunctionManager

java.lang.Object
  extended byedu.psu.geovista.app.spreadsheet.functions.FunctionManager

public class FunctionManager
extends java.lang.Object


Constructor Summary
FunctionManager(SSTable tb)
           
 
Method Summary
 Function getFuncHandler(java.lang.String fname)
           
 java.lang.Object[] getFunctionNames()
           
 void registerFunctions()
          Registers the edu.psu.geovista.app.spreadsheet.functions on the funcTable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionManager

public FunctionManager(SSTable tb)
Method Detail

registerFunctions

public void registerFunctions()
Registers the edu.psu.geovista.app.spreadsheet.functions on the funcTable. Should be called only once.


getFuncHandler

public Function getFuncHandler(java.lang.String fname)

getFunctionNames

public java.lang.Object[] getFunctionNames()


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.