net.sf.jour.statistic
Interface AccumulationList
- All Superinterfaces:
- Accumulation
- All Known Implementing Classes:
- AccumulationItmesList
- public interface AccumulationList
- extends Accumulation
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/14 03:29:47 $
- Author:
- vlads
Methods inherited from interface net.sf.jour.statistic.Accumulation |
add, getAttribute, getCount, getMax, getMean, getMin, getName, getStandardDeviation, getTotal, reset, setAttribute |
add
public void add(java.lang.Object key,
java.lang.Object num)
getKeys
public java.util.Set getKeys()
getItem
public Accumulation getItem(java.lang.Object key)
createAccumulation
public Accumulation createAccumulation(java.lang.Object key)
Copyright © 2004 sourceforge. All Rights Reserved.