|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.elk.reasoner.saturation.context.ContextStatistics
public class ContextStatistics
Keeps statistics about the number of created and modified contexts
| Field Summary | |
|---|---|
int |
countCreatedContexts
The number of created contexts |
int |
countModifiedContexts
|
int |
countProcessedContexts
the number of times a context has been processed |
long |
timeContextProcess
the time spent on processing |
| Constructor Summary | |
|---|---|
ContextStatistics()
|
|
| Method Summary | |
|---|---|
void |
add(ContextStatistics stats)
|
void |
check(org.apache.log4j.Logger logger)
|
void |
print(org.apache.log4j.Logger logger,
org.apache.log4j.Priority level)
|
void |
reset()
Reset all timers to zero. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int countCreatedContexts
public int countProcessedContexts
public int countModifiedContexts
public long timeContextProcess
| Constructor Detail |
|---|
public ContextStatistics()
| Method Detail |
|---|
public void reset()
public void add(ContextStatistics stats)
public void print(org.apache.log4j.Logger logger,
org.apache.log4j.Priority level)
public void check(org.apache.log4j.Logger logger)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||