org.semanticweb.elk.reasoner.saturation.rules
Class DecompositionRuleApplicationCounter
java.lang.Object
org.semanticweb.elk.reasoner.saturation.rules.DecompositionRuleApplicationCounter
public class DecompositionRuleApplicationCounter
- extends Object
An object which can be used to measure the methods invocations of a
DecompositionRuleApplicationVisitor. The fields of the counter
correspond to the methods of DecompositionRuleApplicationVisitor.
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecompositionRuleApplicationCounter
public DecompositionRuleApplicationCounter()
reset
public void reset()
- Reset all counters to zero.
add
public void add(DecompositionRuleApplicationCounter counter)
- Add the values the corresponding values of the given counter
- Parameters:
counter -
getTotalRuleAppCount
public long getTotalRuleAppCount()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.