org.semanticweb.elk.reasoner.saturation.conclusions
Class ConclusionTimer
java.lang.Object
org.semanticweb.elk.reasoner.saturation.conclusions.ConclusionTimer
public class ConclusionTimer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConclusionTimer
public ConclusionTimer()
getTimeNegativeSubsumers
public long getTimeNegativeSubsumers()
getTimePositiveSubsumers
public long getTimePositiveSubsumers()
getTimeBackwardLinks
public long getTimeBackwardLinks()
getTimeForwardLinks
public long getTimeForwardLinks()
getTimeBottoms
public long getTimeBottoms()
getTimePropagations
public long getTimePropagations()
getTimeDisjointnessAxioms
public long getTimeDisjointnessAxioms()
getTotalTime
public long getTotalTime()
reset
public void reset()
- Reset all times to zero.
add
public void add(ConclusionTimer timer)
- Adds all timers of the argument to the corresponding counters of this
object. The timers should not be directly modified other than using this
method during this operation. The timers in the argument will be reseted
after this operation.
- Parameters:
timer - the object which counters should be added
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.