org.jasig.portal.utils
Interface IMovingAverageSample

All Known Implementing Classes:
MovingAverageSample

public interface IMovingAverageSample

Since:
uPortal 2.5
Version:
$Revision: 19776 $
Author:
George Lindholm George.Lindholm@ubc.ca

Method Summary
 long getAverage()
           
 long getHighMax()
           
 long getLastSample()
           
 long getMax()
           
 long getMin()
           
 long getTotalSamples()
           
 

Method Detail

getAverage

long getAverage()

getHighMax

long getHighMax()

getLastSample

long getLastSample()

getMax

long getMax()

getMin

long getMin()

getTotalSamples

long getTotalSamples()


Copyright © 2010 Jasig. All Rights Reserved.