Class NDMTimer


  • public class NDMTimer
    extends java.lang.Object
    Timer utility class. This class exists for internal testing purpose.
    • Constructor Summary

      Constructors 
      Constructor Description
      NDMTimer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double deltaDuration()  
      double duration()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • NDMTimer

        public NDMTimer()
    • Method Detail

      • duration

        public double duration()
      • deltaDuration

        public double deltaDuration()
      • reset

        public void reset()