| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util | |
| uk.ac.manchester.cs.owl.owlapi |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDocumentTarget
An
OWLOntologyDocumentTarget that supports writing out to a
File. |
class |
GZipFileDocumentTarget
An ontology document target which can write to a GZIP File.
|
class |
GZipStreamDocumentTarget
An ontology document target which can write to a GZIP stream.
|
class |
StreamDocumentTarget |
class |
StringDocumentTarget |
class |
SystemOutDocumentTarget
An output target that will output an ontology to
System.out. |
class |
WriterDocumentTarget |
class |
ZipDocumentTarget |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified
OWLOntologyDocumentTarget. |
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(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(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
Copyright © 2014 The University of Manchester. All Rights Reserved.