| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.owl.io.AbstractOWLRenderer
uk.ac.manchester.cs.owl.mansyntaxrenderer.ManchesterOWLSyntaxRenderer
public class ManchesterOWLSyntaxRenderer
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 10-May-2007
| Constructor Summary | |
|---|---|
ManchesterOWLSyntaxRenderer(OWLOntologyManager owlOntologyManager)
 | 
|
| Method Summary | |
|---|---|
 void | 
render(OWLOntology ontology,
       java.io.Writer writer)
Renders the specified ontology using the specified writer.  | 
| Methods inherited from class org.semanticweb.owl.io.AbstractOWLRenderer | 
|---|
render, setOWLOntologyManager | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ManchesterOWLSyntaxRenderer(OWLOntologyManager owlOntologyManager)
| Method Detail | 
|---|
public void render(OWLOntology ontology,
                   java.io.Writer writer)
            throws OWLRendererException
AbstractOWLRenderer
render in class AbstractOWLRendererwriter - 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 | |||||||||