com.clarkparsia.owlapi.explanation.io
Class ConciseExplanationRenderer
java.lang.Object
com.clarkparsia.owlapi.explanation.io.ConciseExplanationRenderer
- All Implemented Interfaces:
- ExplanationRenderer
public class ConciseExplanationRenderer
- extends java.lang.Object
- implements ExplanationRenderer
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConciseExplanationRenderer
public ConciseExplanationRenderer()
startRendering
public void startRendering(java.io.Writer writer)
- Specified by:
startRendering
in interface ExplanationRenderer
render
public void render(OWLAxiom axiom,
java.util.Set<java.util.Set<OWLAxiom>> explanations)
throws OWLException,
java.io.IOException
- Specified by:
render
in interface ExplanationRenderer
- Throws:
OWLException
java.io.IOException
endRendering
public void endRendering()
- Specified by:
endRendering
in interface ExplanationRenderer