org.semanticweb.HermiT.monitor
Class CountingMonitor.TestRecord

java.lang.Object
  extended by org.semanticweb.HermiT.monitor.CountingMonitor.TestRecord
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CountingMonitor.TestRecord>
Enclosing class:
CountingMonitor

public static class CountingMonitor.TestRecord
extends java.lang.Object
implements java.lang.Comparable<CountingMonitor.TestRecord>, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String m_testDescription
           
protected  boolean m_testResult
           
protected  long m_testTime
           
 
Constructor Summary
CountingMonitor.TestRecord(long testTime, java.lang.String testDescription, boolean result)
           
 
Method Summary
 int compareTo(CountingMonitor.TestRecord that)
           
 java.lang.String getTestDescription()
           
 boolean getTestResult()
           
 long getTestTime()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_testTime

protected final long m_testTime

m_testDescription

protected final java.lang.String m_testDescription

m_testResult

protected final boolean m_testResult
Constructor Detail

CountingMonitor.TestRecord

public CountingMonitor.TestRecord(long testTime,
                                  java.lang.String testDescription,
                                  boolean result)
Method Detail

compareTo

public int compareTo(CountingMonitor.TestRecord that)
Specified by:
compareTo in interface java.lang.Comparable<CountingMonitor.TestRecord>

getTestTime

public long getTestTime()

getTestDescription

public java.lang.String getTestDescription()

getTestResult

public boolean getTestResult()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object