Coalevo Logo

net.coalevo.statistics.model
Interface AgentBoundCounterStats


public interface AgentBoundCounterStats

Defines an interface for basic agent bound counter statistics.

Version:
1.0.0 (10/02/2009)
Author:
Dieter Wimberger (wimpi)

Method Summary
 double getAverage()
          Returns the average of all counters.
 long getMax()
          Returns the maximum value of all counters.
 long getMin()
          Returns the minimum value of all counters.
 long getSum()
          Returns the sum of all counters.
 

Method Detail

getAverage

double getAverage()
Returns the average of all counters.

Returns:
the average as double.

getSum

long getSum()
Returns the sum of all counters.

Returns:
the sum as long.

getMin

long getMin()
Returns the minimum value of all counters.

Returns:
the minimum as long.

getMax

long getMax()
Returns the maximum value of all counters.

Returns:
the max as long.

Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)