public interface TBoxReasonerStatus
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation()
A description of the error state, or an empty string (never null).
|
boolean |
isConsistent()
Is the TBox free of inconsistency?
|
boolean |
isInErrorState()
Did the reasoner fail in its most recent attempt?
|
boolean |
isReasoning()
Is reasoning in progress based on changes to the TBox?
|
boolean isReasoning()
boolean isConsistent()
boolean isInErrorState()
String getExplanation()
Copyright © 2022. All rights reserved.