Interface AverageRangeStatistic

All Superinterfaces:
RangeStatistic, Statistic
All Known Implementing Classes:
AverageRangeStatisticImpl

public interface AverageRangeStatistic extends RangeStatistic
An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value. Extending RangeStatistic, it also provides the average value.
  • Method Details

    • getAverage

      long getAverage()