One pattern group of the RegExp can be used as a unique identifier, so
that more than one data-sets can be stored per time-step
The string %f% in the regular expression is replaced with the regular
expression for a floating point number
Method Summary |
|
__init__ (self,
name,
exp,
idNr,
titles)
|
|
doAnalysis (self,
line)
Analyzes line and stores and writes the data |
|
getData (self,
time,
ID)
get a data value at a specific time for a specific ID |
|
getIDs (self)
get a list of the available IDs |
|
getLast (self,
ID)
get the last time for the identifier ID |
|
getTimes (self,
ID)
get the available time for the identifier ID |
|
sub (self,
ID)
get the data set for the identifier ID |
Inherited from FileLineAnalyzer |
|
setDirectory (self,
oDir)
Creates the OutFileCollection-object |
|
setTitles (self,
titles)
Sets the titles anews |
Inherited from LogLineAnalyzer |
|
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 |