public class SilentExplanationRenderer extends Object implements ExplanationRenderer
| Constructor and Description |
|---|
SilentExplanationRenderer() |
| 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) |
public void endRendering()
ExplanationRendererendRendering in interface ExplanationRendererpublic void render(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> explanations)
throws org.semanticweb.owlapi.model.OWLException,
IOException
render in interface ExplanationRendereraxiom - the axiom to renderexplanations - the explanations to renderorg.semanticweb.owlapi.model.OWLException - OWL troublesIOException - IO troublespublic void startRendering(Writer writer)
startRendering in interface ExplanationRendererwriter - the writer to useCopyright © 2013 The University of Manchester. All Rights Reserved.