public abstract class AbstractOWLOntologyStorer extends java.lang.Object implements OWLOntologyStorer
Constructor and Description |
---|
AbstractOWLOntologyStorer() |
Modifier and Type | Method and Description |
---|---|
void |
storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format
|
void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format
|
void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Stores an ontology to the specified target.
|
protected abstract void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
java.io.Writer writer,
OWLOntologyFormat format)
Deprecated.
|
void |
storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Stores an ontology to the specified target.
|
protected abstract void |
storeOntology(OWLOntology ontology,
java.io.Writer writer,
OWLOntologyFormat format) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canStoreOntology
public final void storeOntology(OWLOntologyManager manager, OWLOntology ontology, IRI documentIRI, OWLOntologyFormat ontologyFormat) throws OWLOntologyStorageException
OWLOntologyStorer
storeOntology
in interface OWLOntologyStorer
manager
- The managerontology
- The ontology to be storeddocumentIRI
- The ontology document IRI where the ontology will be saved toontologyFormat
- The format that the ontology should be stored in @throws
OWLOntologyStorageException if there was a problem storing the
ontology.OWLOntologyStorageException
- if there was a problem storing the ontologypublic final void storeOntology(OWLOntology ontology, IRI documentIRI, OWLOntologyFormat ontologyFormat) throws OWLOntologyStorageException
OWLOntologyStorer
storeOntology
in interface OWLOntologyStorer
ontology
- The ontology to be storeddocumentIRI
- The ontology document IRI where the ontology will be saved toontologyFormat
- The format that the ontology should be stored in @throws
OWLOntologyStorageException if there was a problem storing the
ontology.OWLOntologyStorageException
- if there was a problem storing the ontologypublic final void storeOntology(OWLOntologyManager manager, OWLOntology ontology, OWLOntologyDocumentTarget target, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorer
storeOntology
in interface OWLOntologyStorer
manager
- The managerontology
- The ontology to be storedtarget
- The target which describes the ontology document where the ontology should be storedformat
- The format in which to store the ontologyOWLOntologyStorageException
- if there was a problem storing the ontology.public final void storeOntology(OWLOntology ontology, OWLOntologyDocumentTarget target, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorer
storeOntology
in interface OWLOntologyStorer
ontology
- The ontology to be storedtarget
- The target which describes the ontology document where the
ontology should be storedformat
- The format in which to store the ontologyOWLOntologyStorageException
- if there was a problem storing the ontology.@Deprecated protected abstract void storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorageException
protected abstract void storeOntology(OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorageException