public interface ExplanationRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
endRendering()
end of rendering.
|
void |
render(OWLAxiom axiom,
Set<Set<OWLAxiom>> explanations)
Render.
|
void |
startRendering(Writer writer)
Start rendering.
|
void startRendering(@Nonnull Writer writer) throws OWLException, IOException
writer - the writer to useOWLException - OWL troublesIOException - IO troublesvoid render(@Nonnull OWLAxiom axiom, @Nonnull Set<Set<OWLAxiom>> explanations) throws OWLException, IOException
axiom - the axiom to renderexplanations - the explanations to renderOWLException - OWL troublesIOException - IO troublesvoid endRendering()
throws OWLException,
IOException
OWLException - OWL troublesIOException - IO troublesCopyright © 2020 The University of Manchester. All rights reserved.