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 writer)
Start rendering.
|
public void startRendering(Writer writer)
ExplanationRendererstartRendering in interface ExplanationRendererwriter - the writer to usepublic void render(OWLAxiom axiom, @Nonnull Set<Set<OWLAxiom>> explanations)
ExplanationRendererrender in interface ExplanationRendereraxiom - the axiom to renderexplanations - the explanations to renderpublic void endRendering()
ExplanationRendererendRendering in interface ExplanationRendererCopyright © 2022 The University of Manchester. All rights reserved.