Uses of Class
net.logAnalyzer.analysis.LAAnalysis

Packages that use LAAnalysis
net.logAnalyzer.analysis   
net.logAnalyzer.reports   
 

Uses of LAAnalysis in net.logAnalyzer.analysis
 

Subclasses of LAAnalysis in net.logAnalyzer.analysis
 class MultiValuesAnalysis
          This analysis result class contains an hashtable of long values arrays.
 class SingleValueAnalysis
          This analysis result class contains an hashtable of values.
 

Methods in net.logAnalyzer.analysis that return LAAnalysis
 LAAnalysis LAAnalyzer.getAnalysis()
          Returns the result of the analysis.
 

Methods in net.logAnalyzer.analysis with parameters of type LAAnalysis
protected  void LAAnalyzer.setAnalysis(LAAnalysis analysis)
          Sets the result of the analysis.
 

Uses of LAAnalysis in net.logAnalyzer.reports
 

Methods in net.logAnalyzer.reports with parameters of type LAAnalysis
protected  java.lang.String TXTReportRenderer.renderAnalyze(char delimiter, LAAnalysis analysis)
          Empty method to avoid loops on unsupported analysis.
protected  void XMLReportRenderer.renderAnalysis(org.w3c.dom.Document report, LAAnalysis analysis)
          Empty method to avoid loops on unsupported analysis.
 



Copyright © 2006 null. All Rights Reserved.