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)
ExplanationRenderer
startRendering
in interface ExplanationRenderer
writer
- the writer to usepublic void render(OWLAxiom axiom, @Nonnull Set<Set<OWLAxiom>> explanations)
ExplanationRenderer
render
in interface ExplanationRenderer
axiom
- the axiom to renderexplanations
- the explanations to renderpublic void endRendering()
ExplanationRenderer
endRendering
in interface ExplanationRenderer
Copyright © 2020 The University of Manchester. All rights reserved.