public class ABoxStats extends Object
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ABoxStats() |
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
Copyright © 2019. All rights reserved.