com.clarkparsia.owlapi.explanation.io
Class SilentExplanationRenderer

java.lang.Object
  extended by com.clarkparsia.owlapi.explanation.io.SilentExplanationRenderer
All Implemented Interfaces:
ExplanationRenderer

public class SilentExplanationRenderer
extends Object
implements ExplanationRenderer

Null implementation


Constructor Summary
SilentExplanationRenderer()
           
 
Method Summary
 void endRendering()
          end of rendering
 void render(org.semanticweb.owlapi.model.OWLAxiom axiom, Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> explanations)
           
 void startRendering(Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentExplanationRenderer

public SilentExplanationRenderer()
Method Detail

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 render
explanations - 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.