|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.owlapi.io.AbstractOWLRenderer
uk.ac.manchester.owl.owlapi.tutorial.io.OWLTutorialSyntaxRenderer
public class OWLTutorialSyntaxRenderer
Author: Sean Bechhofer
The University Of Manchester
Information Management Group
Date: 24-April-2007
Constructor Summary | |
---|---|
OWLTutorialSyntaxRenderer(OWLOntologyManager manager)
|
Method Summary | |
---|---|
void |
render(OWLOntology ontology,
java.io.Writer writer)
Renders the specified ontology using the specified writer. |
Methods inherited from class org.semanticweb.owlapi.io.AbstractOWLRenderer |
---|
getOWLOntologyManager, render, setOWLOntologyManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWLTutorialSyntaxRenderer(OWLOntologyManager manager)
Method Detail |
---|
public void render(OWLOntology ontology, java.io.Writer writer) throws OWLRendererIOException
AbstractOWLRenderer
render
in class AbstractOWLRenderer
writer
- 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.
OWLRendererIOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |