org.apache.uima.aae.monitor.statistics
Interface NumericStatistic

All Superinterfaces:
Statistic
All Known Implementing Classes:
LongNumericStatistic, NumericStatisticBaseImpl

public interface NumericStatistic
extends Statistic


Method Summary
 void decrement()
           
 void increment()
           
 
Methods inherited from interface org.apache.uima.aae.monitor.statistics.Statistic
getName, reset
 

Method Detail

increment

void increment()

decrement

void decrement()


Copyright © 2011. All Rights Reserved.