| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.owl.io.AbstractOWLRenderer
public abstract class AbstractOWLRenderer
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 14-Nov-2006
| Method Summary | |
|---|---|
 void | 
render(OWLOntology ontology,
       java.io.OutputStream os)
Renders the specified ontology to a concrete representation which should be written to a document located at the specified physical URI.  | 
abstract  void | 
render(OWLOntology ontology,
       java.io.Writer writer)
Renders the specified ontology using the specified writer.  | 
 void | 
setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
setOWLOntologyManager in interface OWLRenderer
public void render(OWLOntology ontology,
                   java.io.OutputStream os)
            throws OWLRendererException
OWLRenderer
render in interface OWLRendererontology - The ontologyos - The OutputStream
OWLRendererException
public abstract void render(OWLOntology ontology,
                            java.io.Writer writer)
                     throws OWLRendererException
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.
OWLRendererException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||