Package edu.wpi.cs.dsrg.xmldb.xat.component.statisticsgatherer

Class Summary
AggregateDifference Statistics that wish to keep an aggregate value (total), mean, min and max, but report their values in increments (such as the statistic from the last running) as opposed to the overall total, should derive from this class instead of AggregateStatisticsObject.
AggregateStatisticsObject Extends the StatisticsObject to provide support for aggregate values of the statistic.
IncrementValueByN This is the StatisticsObject used for any property that is incremented by some value.
ModifiedArrayList This class is an extention of an ArrayList that provides constant lookup time by using a hashtable.
OperatorUtilization Calculates the (true, not weighed) average workload for each operator in the system.
StatisticsGatherer StatisticsGatherer is a large statistics engine that supports arbitrary statistics and many different access methods.
StatisticsObject Subclasses of this should override the calculateNewValue() and calculateNewValue(String) method.
StatisticsReference This class contains information regarding statistics.
TimeSpentEvaluatingRulesTotal Insert the type's description here.
 

Exception Summary
XATStatisticsException Insert the type's description here.