Home | Trees | Index | Help |
---|
Package PyFoam :: Package LogAnalysis :: Module SimpleLineAnalyzer :: Class GeneralSimpleLineAnalyzer |
|
LogLineAnalyzer
--+ |GeneralLineAnalyzer
--+ | GeneralSimpleLineAnalyzer
SimpleLineAnalyzer
,
TimeLineSimpleLineAnalyzer
Parses lines for an arbitrary regular expression
Differs from RegExpLineAnalyzer because it doesn't store its dataMethod Summary | |
---|---|
| |
Method that adds matched data to files | |
Method that adds matched data to timelines | |
Inherited from GeneralLineAnalyzer | |
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,
name,
exp,
idNr=None,
idList=None,
titles=[],
doTimelines=True,
doFiles=True)
|
addToFiles(self, match)Method that adds matched data to files
|
addToTimelines(self, match)Method that adds matched data to timelines
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |