|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.ABoxStats
public class ABoxStats
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
Field Summary | |
---|---|
int |
backjumps
|
int |
backtracks
|
int |
branch
|
long |
consistencyCount
Total number of ABox consistency checks |
int |
globalRestores
|
int |
localRestores
|
long |
satisfiabilityCount
Total number of satisfiability tests performed |
int |
size
size of the completion graph |
short |
treeDepth
|
Constructor Summary | |
---|---|
ABoxStats()
|
Method Summary | |
---|---|
void |
add(ABoxStats other)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long consistencyCount
public long satisfiabilityCount
public int size
public short treeDepth
public int backjumps
public int backtracks
public int globalRestores
public int localRestores
public int branch
Constructor Detail |
---|
public ABoxStats()
Method Detail |
---|
public void add(ABoxStats other)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |