public class OBOFlatFileRenderer extends AbstractOWLRenderer implements OBOExceptionHandler
| Modifier | Constructor and Description |
|---|---|
protected |
OBOFlatFileRenderer() |
protected |
OBOFlatFileRenderer(OWLOntologyManager owlOntologyManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addException(OBOStorageException exception)
Adds the exception.
|
List<OBOStorageException> |
getExceptions()
Gets the exceptions.
|
void |
render(OWLOntology ontology,
Writer writer)
Renders the specified ontology using the specified writer.
|
getOWLOntologyManager, render, setOWLOntologyManager@Deprecated protected OBOFlatFileRenderer(OWLOntologyManager owlOntologyManager)
protected OBOFlatFileRenderer()
public void render(OWLOntology ontology, Writer writer) throws OWLRendererException
AbstractOWLRendererrender in class AbstractOWLRendererontology - the ontology to renderwriter - The writer that should be used to write the ontology. Note that
this writer need not be wrapped with a BufferedWriter
because this is taken care of by this abstract implementation.OWLRendererException - if exceptions arisepublic void addException(OBOStorageException exception)
OBOExceptionHandleraddException in interface OBOExceptionHandlerexception - the exceptionpublic List<OBOStorageException> getExceptions()
OBOExceptionHandlergetExceptions in interface OBOExceptionHandlerCopyright © 2014 The University of Manchester. All Rights Reserved.