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 voidTCFormatUtility. printXMLFormat(TransformationStore tStore)Prints the transformations in XML formatstatic java.lang.StringTCFormatUtility. 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 TransformationStoreText. mTCStoreThe 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 TransformationStoreADag. mTransformationStoreHandle 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 TransformationStoreADag. getTransformationStore()Returns the Transformation StoreMethods in edu.isi.pegasus.planner.classes with parameters of type TransformationStore Modifier and Type Method Description voidADag. 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 TransformationStoreTCConverter. 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 voidTCConverter. 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 TransformationStoreTransformationCatalogTextParser. 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 TransformationStoreDAX2CDAG. mTransformationStoreHandle 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 TransformationStoreInterPoolEngine. mDAXTransformationStoreHandle to the transformation store that stores the transformation catalog user specifies in the DAX
-