Home | Trees | Indices | Help |
---|
|
object --+ | AnalyzedCommon.AnalyzedCommon --+ | object --+ | | | BasicRunner.BasicRunner --+ | AnalyzedRunner.AnalyzedRunner --+ | UtilityRunner
To this runner regular expressions can be added. Each line is checked against each regular expression and saved with the corresponding time.
Each RegEx has a name
For each pattern group in the RegEx one data value is stored
|
|||
|
__init__(self,
argv=None,
silent=False,
logname="PyFoamUtility",
server=False) see BasicRunner |
||
|
add(self,
name,
exp,
idNr=None) adds a regular expression |
||
|
get(self,
name,
time=None,
ID=None) get a data set |
||
|
getIDs(self,
name) get a list of all the IDs |
||
|
getTimes(self,
name,
ID=None) get a list of all the times that are available for ID |
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
adds a regular expression name - name under whcih the RegExp is known exp - the regular expression idNr - number of the pattern group that is used to make a data set unique |
get a data set name - name of the RegExp time - at which time (if unset the last time is used) ID - the unique ID determined by idNr |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:53 2007 | http://epydoc.sourceforge.net |