Class AbstractReasonerListener

    • Constructor Detail

      • AbstractReasonerListener

        public AbstractReasonerListener()
    • Method Detail

      • reasoningFinished

        public void reasoningFinished​(ReasoningResult result)
        This method will be called after the reasoner is finished.
        Specified by:
        reasoningFinished in interface IReasonerListener
        Parameters:
        result - The result of the reasoning, can also contain warnings and errors.
      • endReasoning

        public abstract void endReasoning​(ReasoningResult result)
        This method will be called after the reasoner is finished. This method is called in an own GUI thread to allow modifications on the GUI.
        Parameters:
        result - The result of the reasoning, can also contain warnings and errors.