jas.hist.normalization
Class EntriesNormalizer

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.normalization.SimpleNormalizer
              |
              +--jas.hist.normalization.DataSourceNormalizer
                    |
                    +--jas.hist.normalization.StatisticsNormalizer
                          |
                          +--jas.hist.normalization.EntriesNormalizer
All Implemented Interfaces:
Normalizer, java.util.Observer

public class EntriesNormalizer
extends StatisticsNormalizer

Calculates a normalization factor based on the number of entries in the data source.


Fields inherited from class jas.hist.normalization.DataSourceNormalizer
source
 
Constructor Summary
EntriesNormalizer(DataSource source)
          Creates new EntriesNormalizer
 
Methods inherited from class jas.hist.normalization.StatisticsNormalizer
calculateNormalization
 
Methods inherited from class jas.hist.normalization.DataSourceNormalizer
getNormalizationFactor, init, update
 
Methods inherited from class jas.hist.normalization.SimpleNormalizer
normalizationChanged, setFactor
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntriesNormalizer

public EntriesNormalizer(DataSource source)
Creates new EntriesNormalizer
Parameters:
source - The data source