org.apache.uima.aae.monitor.statistics
Class NumericStatisticBaseImpl

java.lang.Object
  extended by org.apache.uima.aae.monitor.statistics.BaseStatistic
      extended by org.apache.uima.aae.monitor.statistics.NumericStatisticBaseImpl
All Implemented Interfaces:
NumericStatistic, Statistic
Direct Known Subclasses:
LongNumericStatistic

public abstract class NumericStatisticBaseImpl
extends BaseStatistic
implements NumericStatistic


Constructor Summary
NumericStatisticBaseImpl(java.lang.String aName)
           
 
Method Summary
abstract  void decrement()
           
abstract  void increment()
           
abstract  void reset()
           
 
Methods inherited from class org.apache.uima.aae.monitor.statistics.BaseStatistic
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.uima.aae.monitor.statistics.Statistic
getName
 

Constructor Detail

NumericStatisticBaseImpl

public NumericStatisticBaseImpl(java.lang.String aName)
Method Detail

increment

public abstract void increment()
Specified by:
increment in interface NumericStatistic

reset

public abstract void reset()
Specified by:
reset in interface Statistic

decrement

public abstract void decrement()
Specified by:
decrement in interface NumericStatistic


Copyright © 2012. All Rights Reserved.