ajax.catalog
Class CatalogManager
java.lang.Object
|
+--ajax.catalog.CatalogManager
- public class CatalogManager
- extends java.lang.Object
CatalogManager that accesses to the Catalog (of transformations)
and to the LibCatalog (of functions and algorithms)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogManager
public CatalogManager(Catalog catalog,
LibCatalog libCatalog)
- Constructor for the catalog.
setManager
public static void setManager(CatalogManager manager)
- Sets manager
getClassName
public static java.lang.String getClassName(java.lang.String functionName)
getStoredFunction
public static java.lang.String getStoredFunction(java.lang.String functionName)
getFunction
public static Function getFunction(java.lang.String functionName)
addFunction
public static void addFunction(Function function)
throws CatalogException