public abstract class RDFRendererBase extends Object
| Constructor and Description |
|---|
RDFRendererBase(org.semanticweb.owlapi.model.OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
void |
render() |
abstract void |
render(org.semanticweb.owlapi.io.RDFResource node)
Renders the triples in the current graph into a concrete format.
|
void |
renderAnonRoots() |
public RDFRendererBase(@Nonnull org.semanticweb.owlapi.model.OWLOntology ontology)
ontology - ontologypublic void render()
throws IOException
IOException - io errorpublic void renderAnonRoots()
throws IOException
IOException - io errorpublic abstract void render(@Nonnull org.semanticweb.owlapi.io.RDFResource node) throws IOException
node - The main node to be renderedIOException - If there was a problem rendering the triples.Copyright © 2014 The University of Manchester. All Rights Reserved.