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