|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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.String
ATTRIBUTE_NAME
static java.lang.String
ATTRIBUTE_TIME_START
Fields inherited from class net.sf.jour.statistic.AccumulationItmesList
log
Constructor Summary
TimeBaseAccumulationList()
Method Summary
void
add(double timeMillis,
java.lang.Object num)
double
getCallPerMinute(java.lang.Object key)
java.lang.String
getName()
MillisecondsPeriod
getPeriod(java.lang.Object key)
long
getTimeFrame()
void
onNewAccumulation(java.lang.Object key,
Accumulation accumulation)
long
roundTimeStamp(double millis)
void
setName(java.lang.String name)
void
setTimeFrame(long timeFrame)
java.lang.Object
timeStampKey(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 Accumulation
getName
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.