org.jasig.portal.utils
Class MovingAverage

java.lang.Object
  extended by org.jasig.portal.utils.MovingAverage

public class MovingAverage
extends Object

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
George Lindholm George.Lindholm@ubc.ca

Field Summary
static int SAMPLESIZE
           
 
Constructor Summary
MovingAverage()
           
 
Method Summary
 MovingAverageSample add(long sample)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLESIZE

public static final int SAMPLESIZE
See Also:
Constant Field Values
Constructor Detail

MovingAverage

public MovingAverage()
Method Detail

add

public MovingAverageSample add(long sample)


Copyright © 2010 Jasig. All Rights Reserved.