edu.stanford.smi.protegex.owl.inference.util
Class TimeDifference

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.inference.util.TimeDifference

public class TimeDifference
extends Object

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jul 21, 2004

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
private  long t0
           
private  long t1
           
 
Constructor Summary
TimeDifference()
           
 
Method Summary
 long getDifference()
           
 void markEnd()
           
 void markStart()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

t0

private long t0

t1

private long t1
Constructor Detail

TimeDifference

public TimeDifference()
Method Detail

markStart

public void markStart()

markEnd

public void markEnd()

getDifference

public long getDifference()

toString

public String toString()