Uses of Interface
org.griphyn.common.catalog.TransformationCatalog

Packages that use TransformationCatalog
org.griphyn.common.catalog.toolkit   
org.griphyn.common.catalog.transformation   
org.griphyn.common.catalog.transformation.client   
org.griphyn.cPlanner.classes   
org.griphyn.cPlanner.cluster.aggregator   
org.griphyn.cPlanner.code.generator.condor   
org.griphyn.cPlanner.engine   
org.griphyn.cPlanner.engine.cleanup   
org.griphyn.cPlanner.parser.pdax   
org.griphyn.cPlanner.selector.site.heft   
org.griphyn.cPlanner.transfer.implementation   
org.griphyn.cPlanner.transfer.sls   
org.griphyn.vdl.planner   
 

Uses of TransformationCatalog in org.griphyn.common.catalog.toolkit
 

Fields in org.griphyn.common.catalog.toolkit declared as TransformationCatalog
private  TransformationCatalog TCClient.tc
           
 

Uses of TransformationCatalog in org.griphyn.common.catalog.transformation
 

Classes in org.griphyn.common.catalog.transformation that implement TransformationCatalog
 class Database
           
 class File
          This is the new file based TC implementation storing the contents of the file in memory.
 class Windward
          The implementation that allows us to inteface with Windward Process Catalogs.
 

Fields in org.griphyn.common.catalog.transformation declared as TransformationCatalog
protected  TransformationCatalog Mapper.mTCHandle
          The handle to the tranformation catalog.
 

Methods in org.griphyn.common.catalog.transformation that return TransformationCatalog
static TransformationCatalog Windward.getInstance()
          Returns an instance of the File TC.
static TransformationCatalog Database.getInstance()
           
static TransformationCatalog File.getInstance()
          Returns an instance of the File TC.
static TransformationCatalog File.getNonSingletonInstance()
          Returns a non singleton instance to the file transformation catalog.
static TransformationCatalog File.getNonSingletonInstance(InputStream reader)
          Returns a non singleton instance to the file transformation catalog.
static TransformationCatalog File.getNonSingletonInstance(String path)
          Returns a non singleton instance to the file transformation catalog.
static TransformationCatalog TCMode.loadInstance()
          The overloaded method which is to be used internally in Pegasus.
static TransformationCatalog TransformationFactory.loadInstance()
          Connects the interface with the transformation catalog implementation.
static TransformationCatalog TransformationFactory.loadInstance(PegasusProperties properties)
          Connects the interface with the transformation catalog implementation.
static TransformationCatalog TCMode.loadInstance(String tcClass, Object[] args)
          Loads the appropriate TC implementing Class with the given arguments.
 

Uses of TransformationCatalog in org.griphyn.common.catalog.transformation.client
 

Fields in org.griphyn.common.catalog.transformation.client declared as TransformationCatalog
protected  TransformationCatalog Client.tc
           
 

Constructors in org.griphyn.common.catalog.transformation.client with parameters of type TransformationCatalog
TCAdd(TransformationCatalog tc, LogManager mLogger, Map argsmap)
           
TCDelete(TransformationCatalog tc, LogManager mLogger, Map argsmap)
           
TCQuery(TransformationCatalog tc, LogManager mLogger, Map argsmap)
           
 

Uses of TransformationCatalog in org.griphyn.cPlanner.classes
 

Fields in org.griphyn.cPlanner.classes declared as TransformationCatalog
private  TransformationCatalog PegasusBag.mTCHandle
          The handle to the transformation catalog.
 

Methods in org.griphyn.cPlanner.classes that return TransformationCatalog
 TransformationCatalog PegasusBag.getHandleToTransformationCatalog()
          A convenice method to get the handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.cluster.aggregator
 

Fields in org.griphyn.cPlanner.cluster.aggregator declared as TransformationCatalog
protected  TransformationCatalog Abstract.mTCHandle
          The handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.code.generator.condor
 

Fields in org.griphyn.cPlanner.code.generator.condor declared as TransformationCatalog
protected  TransformationCatalog CondorGenerator.mTCHandle
          Handle to the Transformation Catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.engine
 

Fields in org.griphyn.cPlanner.engine declared as TransformationCatalog
protected  TransformationCatalog Engine.mTCHandle
          The handle to the Transformation Catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.engine.cleanup
 

Fields in org.griphyn.cPlanner.engine.cleanup declared as TransformationCatalog
protected  TransformationCatalog Cleanup.mTCHandle
          The handle to the transformation catalog.
protected  TransformationCatalog RM.mTCHandle
          The handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.parser.pdax
 

Fields in org.griphyn.cPlanner.parser.pdax declared as TransformationCatalog
private  TransformationCatalog PDAX2MDAG.mTCHandle
          The handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.selector.site.heft
 

Fields in org.griphyn.cPlanner.selector.site.heft declared as TransformationCatalog
private  TransformationCatalog Algorithm.mTCHandle
          The handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.transfer.implementation
 

Fields in org.griphyn.cPlanner.transfer.implementation declared as TransformationCatalog
protected  TransformationCatalog Abstract.mTCHandle
          The handle to the Transformation Catalog.
 

Uses of TransformationCatalog in org.griphyn.cPlanner.transfer.sls
 

Fields in org.griphyn.cPlanner.transfer.sls declared as TransformationCatalog
protected  TransformationCatalog Transfer.mTCHandle
          The handle to the transformation catalog.
 

Uses of TransformationCatalog in org.griphyn.vdl.planner
 

Fields in org.griphyn.vdl.planner declared as TransformationCatalog
private  TransformationCatalog TCWrapper.m_tc
          transformation catalog API reference.
 



Copyright © 2007 The University of Southern California. All Rights Reserved.