Home | Trees | Index | Help |
---|
Package PyFoam :: Package LogAnalysis :: Module GeneralLineAnalyzer :: Class GeneralLineAnalyzer |
|
LogLineAnalyzer
--+
|
GeneralLineAnalyzer
FileLineAnalyzer
,
GeneralBoundingLineAnalyzer
,
GeneralContinuityLineAnalyzer
,
GeneralDeltaTLineAnalyzer
,
GeneralExecutionLineAnalyzer
,
GeneralLinearSolverLineAnalyzer
,
GeneralSimpleLineAnalyzer
,
RegExpLineAnalyzer
,
TimeLineLineAnalyzer
Base class for analyzers that write data to files and store time-lines
Combines the capabilities of TimeLineLineAnalyzer and FileLineAnalyzerMethod Summary | |
---|---|
| |
Method that adds matched data to files | |
Method that adds matched data to timelines | |
General analysis method. | |
Method at the end of a successfull match | |
Return the timeline as two list: the times and the values | |
Creates the OutFileCollection-object | |
Sets the titles anew | |
Method at the start of a successfull match | |
Sets the current time in the timelines | |
Inherited from LogLineAnalyzer | |
Return current time | |
If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false | |
Introduces the LineAnalyzer to its supervisor |
Method Details |
---|
__init__(self,
doTimelines=False,
doFiles=False,
titles=[])
|
addToFiles(self, match)Method that adds matched data to files
|
addToTimelines(self, match)Method that adds matched data to timelines
|
doAnalysis(self, line)General analysis method. Derived classes should instead override callbacks |
endAnalysis(self, match)Method at the end of a successfull match |
getTimeline(self, name)
|
setDirectory(self, oDir)Creates the OutFileCollection-object |
setTitles(self, titles)Sets the titles anew
|
startAnalysis(self, match)Method at the start of a successfull match |
timeChanged(self)Sets the current time in the timelines |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |