org.semanticweb.HermiT.monitor
Class CountingMonitor.TestRecord
java.lang.Object
org.semanticweb.HermiT.monitor.CountingMonitor.TestRecord
- All Implemented Interfaces:
- Serializable, Comparable<CountingMonitor.TestRecord>
- Enclosing class:
- CountingMonitor
public static class CountingMonitor.TestRecord
- extends Object
- implements Comparable<CountingMonitor.TestRecord>, Serializable
- See Also:
- Serialized Form
m_testTime
protected final long m_testTime
m_testDescription
protected final String m_testDescription
m_testResult
protected final boolean m_testResult
CountingMonitor.TestRecord
public CountingMonitor.TestRecord(long testTime,
String testDescription,
boolean result)
compareTo
public int compareTo(CountingMonitor.TestRecord that)
- Specified by:
compareTo
in interface Comparable<CountingMonitor.TestRecord>
getTestTime
public long getTestTime()
getTestDescription
public String getTestDescription()
getTestResult
public boolean getTestResult()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.