Home | Trees | Index | Help |
---|
Package PyFoam :: Package LogAnalysis :: Module SimpleLineAnalyzer :: Class SimpleLineAnalyzer |
|
LogLineAnalyzer
--+ |FileLineAnalyzer
--+ | SimpleLineAnalyzer
Parses lines for an arbitrary regular expression
Differs from RegExpLineAnalyzer because it doesn't store its dataMethod Summary | |
---|---|
name - name of the expression (needed for output exp - the regular expression idNr - number of the pattern group that is used as an identifier | |
Analyzes line and writes the data | |
Inherited from FileLineAnalyzer | |
Creates the OutFileCollection-object | |
Sets the titles anews | |
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 | |
The value of the time has changed in the Log-file |
Method Details |
---|
__init__(self,
name,
exp,
idNr=None,
titles=[])
name - name of the expression (needed for output exp - the regular
expression idNr - number of the pattern group that is used as an
identifier
|
doAnalysis(self, line)Analyzes line and writes the data |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Feb 23 18:40:59 2006 | http://epydoc.sf.net |