|
__init__(self,
progress=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
tearDown(self)
Remove reference to self in children (hoping to remove circular
dependencies) |
source code
|
|
|
setTime(self,
time)
Sets the time and alert all the LineAnalyzers that the time has
changed |
source code
|
|
|
|
|
|
|
hasAnalyzer(self,
name)
Is this LogLineAnalyzer name there |
source code
|
|
|
getAnalyzer(self,
name)
Get the LogLineAnalyzer name |
source code
|
|
|
|
|
analyzeLine(self,
line)
Calls all the anlyzers for a line |
source code
|
|
|
|
|
|
|
|
|
setDirectory(self,
d)
Sets the output directory for all the analyzers |
source code
|
|
|
getDirectory(self)
Gets the output directory |
source code
|
|
|
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 |
source code
|
|
|
checkTriggers(self)
Check for and execute the triggered functions |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|