Class ProbeCounter


  • public class ProbeCounter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProbeCounter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addValue()  
      int getTotal()  
      void setTotal​(int total)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProbeCounter

        public ProbeCounter()
    • Method Detail

      • setTotal

        public void setTotal​(int total)
      • getTotal

        public int getTotal()
      • addValue

        public void addValue()