public class TurtleOntologyStorer extends AbstractOWLOntologyStorer
Constructor and Description |
---|
TurtleOntologyStorer() |
Modifier and Type | Method and Description |
---|---|
boolean |
canStoreOntology(OWLOntologyFormat ontologyFormat)
Determines if this storer can store an ontology in the specified ontology format.
|
protected void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
java.io.Writer writer,
OWLOntologyFormat format) |
protected void |
storeOntology(OWLOntology ontology,
java.io.Writer writer,
OWLOntologyFormat format) |
storeOntology, storeOntology, storeOntology, storeOntology
protected void storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
storeOntology
in class AbstractOWLOntologyStorer
OWLOntologyStorageException
protected void storeOntology(OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
storeOntology
in class AbstractOWLOntologyStorer
OWLOntologyStorageException
public boolean canStoreOntology(OWLOntologyFormat ontologyFormat)
OWLOntologyStorer
ontologyFormat
- The desired ontology format.true
if this storer can store an ontology in the desired
format.