|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jour.statistic.AccumulationItem
net.sf.jour.statistic.AccumulationItmesList
net.sf.jour.statistic.TimeBaseAccumulationList
TODO Add docs
Created on 13.12.2004
Contributing Author(s):
Misha Lifschitz
Field Summary
static java.lang.StringATTRIBUTE_NAME
static java.lang.StringATTRIBUTE_TIME_START
Fields inherited from class net.sf.jour.statistic.AccumulationItmesList
log
Constructor Summary
TimeBaseAccumulationList()
Method Summary
voidadd(double timeMillis,
java.lang.Object num)
doublegetCallPerMinute(java.lang.Object key)
java.lang.StringgetName()
MillisecondsPeriodgetPeriod(java.lang.Object key)
longgetTimeFrame()
voidonNewAccumulation(java.lang.Object key,
Accumulation accumulation)
longroundTimeStamp(double millis)
voidsetName(java.lang.String name)
voidsetTimeFrame(long timeFrame)
java.lang.ObjecttimeStampKey(double timeMillis)
Methods inherited from class net.sf.jour.statistic.AccumulationItmesList
add, createAccumulation, getItem, getKeys, reset
Methods inherited from class net.sf.jour.statistic.AccumulationItem
add, add, getAttribute, getCount, getMax, getMean, getMin, 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, getStandardDeviation, getTotal, setAttribute
Field Detail
ATTRIBUTE_TIME_START
public static final java.lang.String ATTRIBUTE_TIME_START
ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_NAME
Constructor Detail
TimeBaseAccumulationList
public TimeBaseAccumulationList()
Method Detail
getName
public java.lang.String getName()
getName in interface AccumulationgetName in class AccumulationItem
setName
public void setName(java.lang.String name)
roundTimeStamp
public long roundTimeStamp(double millis)
timeStampKey
public java.lang.Object timeStampKey(double timeMillis)
onNewAccumulation
public void onNewAccumulation(java.lang.Object key,
Accumulation accumulation)
onNewAccumulation in class AccumulationItmesList
add
public void add(double timeMillis,
java.lang.Object num)
getPeriod
public MillisecondsPeriod getPeriod(java.lang.Object key)
getCallPerMinute
public double getCallPerMinute(java.lang.Object key)
getTimeFrame
public long getTimeFrame()
setTimeFrame
public void setTimeFrame(long timeFrame)
timeFrame - The timeFrame to set, millis.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004 sourceforge. All Rights Reserved.