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)


Constructor Summary
CatalogManager(Catalog catalog, LibCatalog libCatalog)
          Constructor for the catalog.
 
Method Summary
static void addFunction(Function function)
           
static java.lang.String getClassName(java.lang.String functionName)
           
static Function getFunction(java.lang.String functionName)
           
static java.lang.String getStoredFunction(java.lang.String functionName)
           
static void setManager(CatalogManager manager)
          Sets manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogManager

public CatalogManager(Catalog catalog,
                      LibCatalog libCatalog)
Constructor for the catalog.
Method Detail

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