public abstract class RDFRendererBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERAL_AXIOMS_BANNER_TEXT
general axioms
|
static String |
RULES_BANNER_TEXT
rules banner
|
| Constructor and Description |
|---|
RDFRendererBase(OWLOntology ontology) |
RDFRendererBase(OWLOntology ontology,
OWLOntologyManager manager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RDFGraph |
getGraph() |
OWLOntology |
getOntology() |
void |
render() |
abstract void |
render(RDFResourceNode node)
Renders the triples in the current graph into a concrete format.
|
void |
renderAnonRoots() |
public static final String GENERAL_AXIOMS_BANNER_TEXT
public static final String RULES_BANNER_TEXT
public RDFRendererBase(OWLOntology ontology)
ontology - ontology@Deprecated public RDFRendererBase(OWLOntology ontology, OWLOntologyManager manager)
ontology - ontologymanager - managerpublic RDFGraph getGraph()
public OWLOntology getOntology()
public void render()
throws IOException
IOException - io errorpublic void renderAnonRoots()
throws IOException
IOException - io errorpublic abstract void render(RDFResourceNode node) throws IOException
node - The main node to be renderedIOException - If there was a problem rendering the triples.Copyright © 2015 The University of Manchester. All Rights Reserved.