org.ode4j.ode
Class DStopwatch

java.lang.Object
  extended by org.ode4j.ode.DStopwatch

public class DStopwatch
extends java.lang.Object


Constructor Summary
DStopwatch()
           
 
Method Summary
 double getTime()
           
 void reset()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DStopwatch

public DStopwatch()
Method Detail

reset

public void reset()

start

public void start()

stop

public void stop()

getTime

public double getTime()