| Modifier and Type | Method and Description |
|---|---|
protected void |
KRSSSyntaxOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
KRSS2SyntaxOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
KRSS2OWLSyntaxOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
KRSSSyntaxOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
KRSS2SyntaxOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
KRSS2OWLSyntaxOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OWLFunctionalSyntaxOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
OWLFunctionalSyntaxOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
LatexRendererException
The Class LatexRendererException.
|
class |
LatexRendererIOException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LatexOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
LatexOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
OBOStorageException |
class |
OBOStorageIncompleteException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OBOFlatFileOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
OBOFlatFileOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLXMLOntologyStorageException
The Class OWLXMLOntologyStorageException.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OWLXMLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
OWLXMLOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFXMLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
RDFXMLOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TurtleOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
TurtleOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyStorageIOException
An
OWLOntologyStorageException that was caused by an IOException. |
class |
OWLRendererException |
class |
OWLRendererIOException |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyStorerNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology)
Saves the specified ontology.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
IRI documentIRI)
Saves the specified ontology, using the specified document IRI to
determine where/how the ontology should be saved.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OutputStream outputStream)
Saves the specified ontology, to the specified output stream
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified
OWLOntologyDocumentTarget. |
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat)
Saves the specified ontology in the specified ontology format to its
document URI.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the
specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OutputStream outputStream)
Saves the specified ontology to the specified output stream in the
specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified output target in the
specified ontology format.
|
void |
OWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format.
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Deprecated.
use storeOntology(ontology, documentIRI, ontologyFormat)
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Deprecated.
|
void |
OWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Stores an ontology to the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
protected abstract void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format)
Deprecated.
|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
protected abstract void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
IRI documentIRI) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OutputStream outputStream) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
IRI documentIRI) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OutputStream outputStream) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManchesterOWLSyntaxOntologyStorerException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManchesterOWLSyntaxOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
protected void |
ManchesterOWLSyntaxOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DLSyntaxOntologyStorerBase.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer w,
OWLOntologyFormat format) |
protected void |
DLSyntaxOntologyStorerBase.storeOntology(OWLOntology ontology,
Writer w,
OWLOntologyFormat format) |
Copyright © 2014 The University of Manchester. All Rights Reserved.