|
__init__(self,
progress=False)
|
|
tearDown(self)
Remove reference to self in children (hoping to remove circular
dependencies)
|
|
setTime(self,
time)
Sets the time and alert all the LineAnalyzers that the time has
changed
|
|
addTimeListener(self,
listener)
|
|
listAnalyzers(self)
|
|
getAnalyzer(self,
name)
Get the LogLineAnalyzer name
|
|
addAnalyzer(self,
name,
obj)
Adds an analyzer
|
|
analyzeLine(self,
line)
Calls all the anlyzers for a line
|
|
analyze(self,
fh)
Analyzes a file (one line at a time)
|
|
goOn(self)
Checks with all the analyzers
|
|
getTime(self)
Gets the current time
|
|
setDirectory(self,
d)
Sets the output directory for all the analyzers
|
|
getDirectory(self)
Gets the output directory
|
|
addTrigger(self,
time,
func,
once=True,
until=None)
Adds a trigger function that is to be called as soon as the
simulation time exceeds a certain value
|
|
checkTriggers(self)
Check for and execute the triggered functions
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|