Class NumericStatisticBaseImpl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void decrement()  
      abstract void increment()  
      abstract void reset()  
      • 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)