Uses of Class
org.mindswap.pellet.utils.Timer

Packages that use Timer
org.mindswap.pellet.utils   
 

Uses of Timer in org.mindswap.pellet.utils
 

Fields in org.mindswap.pellet.utils declared as Timer
 Timer Timers.mainTimer
           
 

Methods in org.mindswap.pellet.utils that return Timer
 Timer Timers.createTimer(java.lang.String name)
           
 Timer Timers.getTimer(java.lang.String name)
           
 Timer Timers.startTimer(java.lang.String name)
           
 

Methods in org.mindswap.pellet.utils with parameters of type Timer
 void Timer.add(Timer timer)
          Update the total time elapsed and number of counts by by adding the values from another timer.
 

Constructors in org.mindswap.pellet.utils with parameters of type Timer
Timer(java.lang.String name, Timer dependant)
          Create a timer that has the specified dependant timer.
 



Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.