Package PyFoam :: Package Execution :: Module AnalyzedCommon :: Class AnalyzedCommon
[show private | hide private]
[frames | no frames]

Class AnalyzedCommon

Known Subclasses:
AnalyzedRunner, AnalyzedWatcher, StepAnalyzedCommon

This class collects information and methods that are needed for handling analyzers
Method Summary
  __init__(self, filename, analyzer)
  getAnalyzer(self, name)
  getDirname(self)
Get the name of the directory where the data is written to
  getTime(self)
Get the execution time
  lineHandle(self, line)
Not to be called: calls the analyzer for the current line
  reset(self)
reset the analyzer

Method Details

__init__(self, filename, analyzer)
(Constructor)

Parameters:
filename - name of the file that is being analyzed
analyzer - the analyzer itself

getAnalyzer(self, name)

Parameters:
name - name of the LineAnalyzer to get

getDirname(self)

Get the name of the directory where the data is written to

getTime(self)

Get the execution time

lineHandle(self, line)

Not to be called: calls the analyzer for the current line

reset(self)

reset the analyzer

Generated by Epydoc 2.1 on Wed Apr 5 18:32:45 2006 http://epydoc.sf.net