Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.TransformationStore

Packages that use TransformationStore
edu.isi.pegasus.planner.catalog.transformation.client   
edu.isi.pegasus.planner.catalog.transformation.impl   
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.client   
edu.isi.pegasus.planner.parser   
edu.isi.pegasus.planner.parser.dax   
edu.isi.pegasus.planner.refiner   
 

Uses of TransformationStore in edu.isi.pegasus.planner.catalog.transformation.client
 

Methods in edu.isi.pegasus.planner.catalog.transformation.client with parameters of type TransformationStore
static void TCFormatUtility.printXMLFormat(TransformationStore tStore)
          Prints the transformations in XML format
static String TCFormatUtility.toTextFormat(TransformationStore mTCStore)
          Converts the transformations into multi line text format
 

Uses of TransformationStore in edu.isi.pegasus.planner.catalog.transformation.impl
 

Fields in edu.isi.pegasus.planner.catalog.transformation.impl declared as TransformationStore
private  TransformationStore Text.mTCStore
          The transformation store containing the transformations after parsing the file.
 

Uses of TransformationStore in edu.isi.pegasus.planner.classes
 

Fields in edu.isi.pegasus.planner.classes declared as TransformationStore
protected  TransformationStore ADag.mTransformationStore
          Handle to the transformation store that stores the transformation catalog user specifies in the DAX
 

Methods in edu.isi.pegasus.planner.classes that return TransformationStore
 TransformationStore ADag.getTransformationStore()
          Returns the Transformation Store
 

Methods in edu.isi.pegasus.planner.classes with parameters of type TransformationStore
 void ADag.setTransformationStore(TransformationStore store)
          Sets the Transformation Store
 

Uses of TransformationStore in edu.isi.pegasus.planner.client
 

Methods in edu.isi.pegasus.planner.client that return TransformationStore
private  TransformationStore TCConverter.convertTCEntryFrom(List<String> inputFiles, String inputFormat)
          Parses the input files in the input format and returns the output as a TransformationStore instance
 

Methods in edu.isi.pegasus.planner.client with parameters of type TransformationStore
private  void TCConverter.convertTCEntryTo(TransformationStore output, String format, String filename)
          Converts Transformation store to the given output format.
 

Uses of TransformationStore in edu.isi.pegasus.planner.parser
 

Methods in edu.isi.pegasus.planner.parser that return TransformationStore
 TransformationStore TransformationCatalogTextParser.parse(boolean modifyFileURL)
          Parses the complete input stream, into the PoolConfig data object that holds the contents of all the sites referred to in the stream.
 

Uses of TransformationStore in edu.isi.pegasus.planner.parser.dax
 

Fields in edu.isi.pegasus.planner.parser.dax declared as TransformationStore
protected  TransformationStore DAX2CDAG.mTransformationStore
          Handle to the transformation store that stores the transformation catalog user specifies in the DAX
 

Uses of TransformationStore in edu.isi.pegasus.planner.refiner
 

Fields in edu.isi.pegasus.planner.refiner declared as TransformationStore
protected  TransformationStore InterPoolEngine.mDAXTransformationStore
          Handle to the transformation store that stores the transformation catalog user specifies in the DAX
 



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