cs.arizona.tau.xml
Class DecomposedRepresentationFactory
java.lang.Object
cs.arizona.tau.xml.DecomposedRepresentationFactory
- All Implemented Interfaces:
- IRepresentationFactory
public class DecomposedRepresentationFactory
- extends java.lang.Object
- implements IRepresentationFactory
- Author:
- shailesh
TODO: Convert all methods to new format. creatSquashingObj is done.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecomposedRepresentationFactory
public DecomposedRepresentationFactory()
createSchemaMappingObj
public IDoSchemaMapping createSchemaMappingObj(java.lang.String dataFile,
boolean schemaVersioningFlag)
- Specified by:
createSchemaMappingObj
in interface IRepresentationFactory
createSquashingObj
public IDoSquashing createSquashingObj(java.lang.String tempDataDir,
java.lang.String tempDataFile,
boolean schemaVersioningFlag)
- Specified by:
createSquashingObj
in interface IRepresentationFactory
createUnSquashingObj
public IDoUnSquashing createUnSquashingObj(java.lang.String tempDataDir,
java.lang.String dataFile,
boolean schemaVersioningFlag)
- Specified by:
createUnSquashingObj
in interface IRepresentationFactory
createTemporalValidationObj
public IDoTemporalValidation createTemporalValidationObj(java.lang.String temp_data_dir,
java.lang.String dataFile,
boolean schemaVersioningFlag)
- Specified by:
createTemporalValidationObj
in interface IRepresentationFactory