public interface ExplanationRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
endRendering()
end of rendering
|
void |
render(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> explanations) |
void |
startRendering(Writer writer) |
void startRendering(Writer writer) throws org.semanticweb.owlapi.model.OWLException, IOException
writer - the writer to useorg.semanticweb.owlapi.model.OWLException - OWL troublesIOException - IO troublesvoid render(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> explanations)
throws org.semanticweb.owlapi.model.OWLException,
IOException
axiom - the axiom to renderexplanations - the explanations to renderorg.semanticweb.owlapi.model.OWLException - OWL troublesIOException - IO troublesvoid endRendering()
throws org.semanticweb.owlapi.model.OWLException,
IOException
org.semanticweb.owlapi.model.OWLException - OWL troublesIOException - IO troublesCopyright © 2013 The University of Manchester. All Rights Reserved.