com.clarkparsia.owlapi.explanation.io
Class SilentExplanationRenderer
java.lang.Object
com.clarkparsia.owlapi.explanation.io.SilentExplanationRenderer
- All Implemented Interfaces:
- ExplanationRenderer
public class SilentExplanationRenderer
- extends Object
- implements ExplanationRenderer
Null implementation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilentExplanationRenderer
public SilentExplanationRenderer()
endRendering
public void endRendering()
- Description copied from interface:
ExplanationRenderer
- end of rendering
- Specified by:
endRendering in interface ExplanationRenderer
render
public void render(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> explanations)
throws org.semanticweb.owlapi.model.OWLException,
IOException
- Specified by:
render in interface ExplanationRenderer
- Parameters:
axiom - the axiom to renderexplanations - the explanations to render
- Throws:
org.semanticweb.owlapi.model.OWLException - OWL troubles
IOException - IO troubles
startRendering
public void startRendering(Writer writer)
- Specified by:
startRendering in interface ExplanationRenderer
- Parameters:
writer - the writer to use
Copyright © 2012 The University of Manchester. All Rights Reserved.