public class ConciseExplanationRenderer extends Object implements ExplanationRenderer
| Constructor and Description |
|---|
ConciseExplanationRenderer() |
| 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 w) |
public void startRendering(Writer w)
startRendering in interface ExplanationRendererw - the writer to usepublic 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 endRendering()
ExplanationRendererendRendering in interface ExplanationRendererCopyright © 2013 The University of Manchester. All Rights Reserved.