Package CHEM :: Package DB :: Module BaseDBPopulator :: Class FileStatsProcessor
[hide private]
[frames] | no frames]

Class FileStatsProcessor



BaseProcessor --+
                |
               FileStatsProcessor

Calculate some statistics for the inputFile and record those in the source file object that passes through this processor.

Instance Methods [hide private]
 
__init__(self, conn, tableName, inputFilePath)
Default constructor should specify the connection object to the database and name of the table it is meant to affect / relate to, but subclasses may override.
 
process(self, parentObj, currObj)
Method Details [hide private]

__init__(self, conn, tableName, inputFilePath)
(Constructor)

 
Default constructor should specify the connection object to the database and name of the table it is meant to affect / relate to, but subclasses may override.
Overrides: BaseProcessor.__init__
(inherited documentation)

process(self, parentObj, currObj)

 
Overrides: BaseProcessor.process