net.sf.jour.statistic
Class AccumulationItmesList

java.lang.Object
  extended bynet.sf.jour.statistic.AccumulationItem
      extended bynet.sf.jour.statistic.AccumulationItmesList
All Implemented Interfaces:
Accumulation, AccumulationList
Direct Known Subclasses:
TimeBaseAccumulationList

public class AccumulationItmesList
extends AccumulationItem
implements AccumulationList

TODO Add docs Created on 13.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.2 $ ($Author: vlads $) $Date: 2004/12/15 08:00:40 $
Author:
vlads

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
AccumulationItmesList()
           
 
Method Summary
 void add(java.lang.Object key, java.lang.Object num)
           
 Accumulation createAccumulation(java.lang.Object key)
          Allow inherited overwite the new Accumulations types
 Accumulation getItem(java.lang.Object key)
           
 java.util.Set getKeys()
           
 void onNewAccumulation(java.lang.Object key, Accumulation accumulation)
           
 void reset()
           
 
Methods inherited from class net.sf.jour.statistic.AccumulationItem
add, add, getAttribute, getCount, getMax, getMean, getMin, getName, getStandardDeviation, getTotal, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jour.statistic.Accumulation
add, getAttribute, getCount, getMax, getMean, getMin, getName, getStandardDeviation, getTotal, setAttribute
 

Field Detail

log

protected static final org.apache.log4j.Logger log
Constructor Detail

AccumulationItmesList

public AccumulationItmesList()
Method Detail

createAccumulation

public Accumulation createAccumulation(java.lang.Object key)
Allow inherited overwite the new Accumulations types

Specified by:
createAccumulation in interface AccumulationList

onNewAccumulation

public void onNewAccumulation(java.lang.Object key,
                              Accumulation accumulation)

reset

public void reset()
Specified by:
reset in interface Accumulation
Overrides:
reset in class AccumulationItem

add

public void add(java.lang.Object key,
                java.lang.Object num)
Specified by:
add in interface AccumulationList

getKeys

public java.util.Set getKeys()
Specified by:
getKeys in interface AccumulationList

getItem

public Accumulation getItem(java.lang.Object key)
Specified by:
getItem in interface AccumulationList


Copyright © 2004 sourceforge. All Rights Reserved.