|
__init__(self,
doTimelines=False,
doFiles=False,
titles=[])
|
|
setTitles(self,
titles)
Sets the titles anew
|
|
setDirectory(self,
oDir)
Creates the OutFileCollection-object
|
|
timeChanged(self)
Sets the current time in the timelines
|
|
getTimeline(self,
name)
|
|
doAnalysis(self,
line)
General analysis method.
|
|
startAnalysis(self,
match)
Method at the start of a successfull match
|
|
endAnalysis(self,
match)
Method at the end of a successfull match
|
|
addToTimelines(self,
match)
Method that adds matched data to timelines
|
|
addToFiles(self,
match)
Method that adds matched data to files
|
Inherited from LogLineAnalyzer.LogLineAnalyzer :
getTime ,
goOn ,
setParent
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|