Interface TBoxReasonerStatus


  • public interface TBoxReasonerStatus
    What is the current state of the TBox reasoner?
    • Method Detail

      • isReasoning

        boolean isReasoning()
        Is reasoning in progress based on changes to the TBox?
      • isConsistent

        boolean isConsistent()
        Is the TBox free of inconsistency?
      • isInErrorState

        boolean isInErrorState()
        Did the reasoner fail in its most recent attempt?
      • getExplanation

        String getExplanation()
        A description of the error state, or an empty string (never null).