Package org.jacop.fz

Class SystemTimer

  • All Implemented Interfaces:
    Timer

    public class SystemTimer
    extends java.lang.Object
    implements Timer
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemTimer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCPUTime()  
      • Methods inherited from class java.lang.Object

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

      • SystemTimer

        public SystemTimer()
    • Method Detail

      • getCPUTime

        public long getCPUTime()
        Specified by:
        getCPUTime in interface Timer