Class PresentationService
java.lang.Object
org.protege.editor.owl.ui.explanation.ExplanationService
org.liveontologies.protege.explanation.justification.PresentationService
- All Implemented Interfaces:
org.protege.editor.core.Disposable,org.protege.editor.core.plugin.ProtegePluginInstance
public class PresentationService
extends org.protege.editor.owl.ui.explanation.ExplanationService
- Author:
- Alexander Stupnikov Date: 08-02-2017
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()org.protege.editor.owl.ui.explanation.ExplanationResultexplain(org.semanticweb.owlapi.model.OWLAxiom axiom) booleanhasExplanation(org.semanticweb.owlapi.model.OWLAxiom axiom) voidMethods inherited from class org.protege.editor.owl.ui.explanation.ExplanationService
getName, getOWLEditorKit, getOWLModelManager, getPluginId, setup, toString
-
Constructor Details
-
PresentationService
public PresentationService()
-
-
Method Details
-
initialise
- Specified by:
initialisein interfaceorg.protege.editor.core.plugin.ProtegePluginInstance- Specified by:
initialisein classorg.protege.editor.owl.ui.explanation.ExplanationService- Throws:
Exception
-
hasExplanation
public boolean hasExplanation(org.semanticweb.owlapi.model.OWLAxiom axiom) - Specified by:
hasExplanationin classorg.protege.editor.owl.ui.explanation.ExplanationService
-
explain
public org.protege.editor.owl.ui.explanation.ExplanationResult explain(org.semanticweb.owlapi.model.OWLAxiom axiom) - Specified by:
explainin classorg.protege.editor.owl.ui.explanation.ExplanationService
-
dispose
- Throws:
Exception
-