Modifier and Type | Method and Description |
---|---|
static void |
TCFormatUtility.printXMLFormat(TransformationStore tStore)
Prints the transformations in XML format
|
static java.lang.String |
TCFormatUtility.toTextFormat(TransformationStore mTCStore)
Converts the transformations into multi line text format
|
Modifier and Type | Field and Description |
---|---|
private TransformationStore |
Text.mTCStore
The transformation store containing the transformations after parsing the
file.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationStore |
ADag.mTransformationStore
Handle to the transformation store that stores the transformation catalog
user specifies in the DAX
|
Modifier and Type | Method and Description |
---|---|
TransformationStore |
ADag.getTransformationStore()
Returns the Transformation Store
|
Modifier and Type | Method and Description |
---|---|
void |
ADag.setTransformationStore(TransformationStore store)
Sets the Transformation Store
|
Modifier and Type | Method and 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 instance
|
Modifier and Type | Method and Description |
---|---|
private void |
TCConverter.convertTCEntryTo(TransformationStore output,
java.lang.String format,
java.lang.String filename)
Converts Transformation store to the given output format.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationStore |
DAX2CDAG.mTransformationStore
Handle to the transformation store that stores the transformation catalog
user specifies in the DAX
|
Modifier and Type | Field and Description |
---|---|
protected TransformationStore |
InterPoolEngine.mDAXTransformationStore
Handle to the transformation store that stores the transformation catalog
user specifies in the DAX
|