|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.semanticweb.owl.io.simple.Renderer
A very simple renderer, primarily for test purposes. Created: Thu Dec 19 15:58:42 2002
| Constructor Summary | |
Renderer()
|
|
| Method Summary | |
Map |
getOptions()
Get options. |
void |
renderOntology(OWLOntology ontology,
Writer writer)
Prints a very simple rendering of the ontology to the writer, listing all the classes, properties and individuals defined in the ontology. |
void |
setOptions(Map options)
Set options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Renderer()
| Method Detail |
public void renderOntology(OWLOntology ontology,
Writer writer)
throws RendererException
renderOntology in interface RendererRendererExceptionpublic void setOptions(Map options)
setOptions in interface Optionsoptions - a Map value. Should contain a map from Strings to Strings.public Map getOptions()
getOptions in interface OptionsMap value. Contains a map from Strings to Strings.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||