public class OWLTutorialSyntaxRenderer extends AbstractOWLRenderer
| Constructor and Description |
|---|
OWLTutorialSyntaxRenderer() |
OWLTutorialSyntaxRenderer(OWLOntologyManager manager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
render(OWLOntology ontology,
Writer writer)
Renders the specified ontology using the specified writer.
|
getOWLOntologyManager, render, setOWLOntologyManager@Deprecated public OWLTutorialSyntaxRenderer(OWLOntologyManager manager)
public OWLTutorialSyntaxRenderer()
public void render(OWLOntology ontology, Writer writer) throws OWLRendererIOException
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.OWLRendererIOExceptionCopyright © 2014 The University of Manchester. All Rights Reserved.