|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
|
|
|
|
endAnalysis(self,
match)
Method at the end of a successfull match |
source code
|
|
|
|
|
|
|
|
|
setMaster(self,
master)
Assign another line-analyzer that will do the actual data gathering |
source code
|
|
|
|
|
startAnalysis(self,
match)
Method at the start of a successfull match |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
goOn(self)
If the analyzer thinks the simulation should be stopped (for instance
because of convergence) it returns false |
source code
|
|
|
|
|
|
|
writeProgress(self,
msg)
Let the parent write an additional progress message |
source code
|
|