org.semanticweb.elk.reasoner.saturation.rules
Class DecompositionRuleApplicationCounter

java.lang.Object
  extended by 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"

Constructor Summary
DecompositionRuleApplicationCounter()
           
 
Method Summary
 void add(DecompositionRuleApplicationCounter counter)
          Add the values the corresponding values of the given counter
 long getTotalRuleAppCount()
           
 void reset()
          Reset all counters to zero.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecompositionRuleApplicationCounter

public DecompositionRuleApplicationCounter()
Method Detail

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.