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)
  callOnChange(self)
To be called if the name list changes

Inherited from NameFinderLineAnalyzer.NameFinderLineAnalyzer: doActualAnalysis

Inherited from ContextLineAnalyzer.ContextLineAnalyzer: callOnMatch, doAnalysis

Inherited from LogLineAnalyzer.LogLineAnalyzer: addListener, getTime, goOn, notify, setDirectory, setParent, 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 
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: NameFinderLineAnalyzer.NameFinderLineAnalyzer.__init__

callOnChange(self)

source code 
To be called if the name list changes
Overrides: NameFinderLineAnalyzer.NameFinderLineAnalyzer.callOnChange
(inherited documentation)