Package PyFoam :: Package LogAnalysis :: Module ValueLineAnalyzer :: Class ValueNameFinderLineAnalyzer
[hide private]
[frames] | no frames]

Class ValueNameFinderLineAnalyzer

source code

                           object --+            
                                    |            
      LogLineAnalyzer.LogLineAnalyzer --+        
                                        |        
  ContextLineAnalyzer.ContextLineAnalyzer --+    
                                            |    
NameFinderLineAnalyzer.NameFinderLineAnalyzer --+
                                                |
                                               ValueNameFinderLineAnalyzer

Finds the names and notifies it's ValueLineAnalyzer

Instance Methods [hide private]
 
__init__(self, trigger, analyze, val, idNr=1, nr=1)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
callOnChange(self)
To be called if the name list changes
source code

Inherited from NameFinderLineAnalyzer.NameFinderLineAnalyzer: doActualAnalysis

Inherited from ContextLineAnalyzer.ContextLineAnalyzer: callOnMatch, doAnalysis

Inherited from LogLineAnalyzer.LogLineAnalyzer: addListener, getTime, goOn, notify, setDirectory, setParent, tearDown, timeChanged

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, trigger, analyze, val, idNr=1, nr=1)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • trigger - The regular expression that has to match before data is collected
  • nr - The number of lines after the match that data is collected
  • analyze - The regular expression that is used for analysis
  • idNr - The id of the group that is used for analysis
  • val - The ValueLineAnalyzer that needs the names
Overrides: object.__init__

callOnChange(self)

source code 

To be called if the name list changes

Overrides: NameFinderLineAnalyzer.NameFinderLineAnalyzer.callOnChange
(inherited documentation)