cs.arizona.tau.xml
Class DecomposedRepresentationFactory

java.lang.Object
  extended by 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.

Constructor Summary
DecomposedRepresentationFactory()
           
 
Method Summary
 IDoSchemaMapping createSchemaMappingObj(java.lang.String dataFile, boolean schemaVersioningFlag)
           
 IDoSquashing createSquashingObj(java.lang.String tempDataDir, java.lang.String tempDataFile, boolean schemaVersioningFlag)
           
 IDoTemporalValidation createTemporalValidationObj(java.lang.String temp_data_dir, java.lang.String dataFile, boolean schemaVersioningFlag)
           
 IDoUnSquashing createUnSquashingObj(java.lang.String tempDataDir, java.lang.String dataFile, boolean schemaVersioningFlag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecomposedRepresentationFactory

public DecomposedRepresentationFactory()
Method Detail

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