Uses of Class
de.dfg.oc.logfileanalyzer.histogram.AbstractHistogram

Packages that use AbstractHistogram
de.dfg.oc.logfileanalyzer Contains classes necessary for starting the program and storing the classifier sets. 
de.dfg.oc.logfileanalyzer.histogram Contains classes necessary for creating histograms. 
 

Uses of AbstractHistogram in de.dfg.oc.logfileanalyzer
 

Fields in de.dfg.oc.logfileanalyzer with type parameters of type AbstractHistogram
private  Vector<AbstractHistogram> LogFileAnalyzer.histograms
          A list of classes that are available for displaying histograms
 

Methods in de.dfg.oc.logfileanalyzer that return types with arguments of type AbstractHistogram
 Vector<AbstractHistogram> LogFileAnalyzer.getHistograms()
          Returns the histograms that are available for visualization.
 

Methods in de.dfg.oc.logfileanalyzer with parameters of type AbstractHistogram
 void LogFileAnalyzer.addHistogram(AbstractHistogram _histogram)
          Adds a new histogram to the list of available histograms.
 

Method parameters in de.dfg.oc.logfileanalyzer with type arguments of type AbstractHistogram
 void LogFileAnalyzer.setHistograms(Vector<AbstractHistogram> _histograms)
          Sets the histograms that will be available for visualization.
 

Uses of AbstractHistogram in de.dfg.oc.logfileanalyzer.histogram
 

Subclasses of AbstractHistogram in de.dfg.oc.logfileanalyzer.histogram
 class SpecificityHistogram
          Creates a histogram that calculates the specificity of classifier conditions as histogram.
 class UniversalHistogram
          Creates a histogram for any table column containing numbers.