Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.TransformationStore
-
-
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 Modifier and Type Method Description static void
TCFormatUtility. printXMLFormat(TransformationStore tStore)
Prints the transformations in XML formatstatic java.lang.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 Modifier and Type Field Description 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 Modifier and Type Field Description protected TransformationStore
ADag. mTransformationStore
Handle to the transformation store that stores the transformation catalog user specifies in the DAXMethods in edu.isi.pegasus.planner.classes that return TransformationStore Modifier and Type Method Description TransformationStore
ADag. getTransformationStore()
Returns the Transformation StoreMethods in edu.isi.pegasus.planner.classes with parameters of type TransformationStore Modifier and Type Method Description 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 Modifier and Type Method Description private TransformationStore
TCConverter. convertTCEntryFrom(java.util.List<java.lang.String> inputFiles, java.lang.String inputFormat)
Parses the input files in the input format and returns the output as a TransformationStore instanceMethods in edu.isi.pegasus.planner.client with parameters of type TransformationStore Modifier and Type Method Description private void
TCConverter. convertTCEntryTo(TransformationStore output, java.lang.String format, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description protected TransformationStore
InterPoolEngine. mDAXTransformationStore
Handle to the transformation store that stores the transformation catalog user specifies in the DAX
-