Package PyFoam :: Package LogAnalysis :: Module FileLineAnalyzer :: Class FileLineAnalyzer
[show private | hide private]
[frames | no frames]

Class FileLineAnalyzer

LogLineAnalyzer --+
                  |
                 FileLineAnalyzer

Known Subclasses:
BoundingLineAnalyzer, ContinuityLineAnalyzer, ExecutionTimeLineAnalyzer, LinearSolverLineAnalyzer, RegExpLineAnalyzer, SimpleLineAnalyzer, ValueLineAnalyzer

Base class for analyzers that write data to files
Method Summary
  __init__(self, titles)
  setDirectory(self, oDir)
Creates the OutFileCollection-object
  setTitles(self, titles)
Sets the titles anews
    Inherited from LogLineAnalyzer
  doAnalysis(self, line)
Analyze a line
  getTime(self)
Return current time
  goOn(self)
If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false
  setParent(self, parent)
Introduces the LineAnalyzer to its supervisor
  timeChanged(self)
The value of the time has changed in the Log-file

Method Details

__init__(self, titles=[])
(Constructor)

Parameters:
titles - The titles of the data elements
Overrides:
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer.__init__

setDirectory(self, oDir)

Creates the OutFileCollection-object
Overrides:
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer.setDirectory

setTitles(self, titles)

Sets the titles anews
Parameters:
titles - the new titles

Generated by Epydoc 2.1 on Wed Oct 18 21:15:00 2006 http://epydoc.sf.net