public class ConciseExplanationRenderer extends Object implements ExplanationRenderer
| Constructor and Description |
|---|
ConciseExplanationRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
endRendering()
end of rendering.
|
void |
render(OWLAxiom axiom,
Set<Set<OWLAxiom>> explanations)
Render.
|
void |
startRendering(Writer w)
Start rendering.
|
public void startRendering(Writer w)
ExplanationRendererstartRendering in interface ExplanationRendererw - the writer to usepublic void render(OWLAxiom axiom, Set<Set<OWLAxiom>> explanations) throws OWLException, IOException
ExplanationRendererrender in interface ExplanationRendereraxiom - the axiom to renderexplanations - the explanations to renderOWLException - OWL troublesIOException - IO troublespublic void endRendering()
ExplanationRendererendRendering in interface ExplanationRendererCopyright © 2014 The University of Manchester. All Rights Reserved.