public abstract class AbstractOWLOntologyStorer extends 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,
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,
Writer writer,
OWLOntologyFormat format) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanStoreOntologyprotected static final Logger LOGGER
public final void storeOntology(OWLOntologyManager manager, OWLOntology ontology, IRI documentIRI, OWLOntologyFormat ontologyFormat) throws OWLOntologyStorageException
OWLOntologyStorerstoreOntology in interface OWLOntologyStorermanager - 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
OWLOntologyStorerstoreOntology in interface OWLOntologyStorerontology - 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
OWLOntologyStorerstoreOntology in interface OWLOntologyStorermanager - 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
OWLOntologyStorerstoreOntology in interface OWLOntologyStorerontology - 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, Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorageExceptionprotected abstract void storeOntology(OWLOntology ontology, Writer writer, OWLOntologyFormat format) throws OWLOntologyStorageException
OWLOntologyStorageExceptionCopyright © 2014 The University of Manchester. All Rights Reserved.