| Package | Description |
|---|---|
| org.obolibrary.obo2owl |
OBO to OWL.
|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.oboformat |
DL syntax parser and renderer.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OWLAPIObo2Owl.convertURL(String iri,
String outFile,
OWLOntologyManager manager)
Static convenience method which: (1) creates an Obo2Owl bridge object (2)
parses an obo file from a URL (3) converts that to an OWL ontology (4)
saves the OWL ontology as RDF/XML.
|
static void |
OWLAPIObo2Owl.convertURL(String iri,
String outFile,
String defaultOnt,
OWLOntologyManager manager)
See.
|
| 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 |
LatexRendererException
The Class LatexRendererException.
|
class |
LatexRendererIOException |
| Modifier and Type | Class and Description |
|---|---|
class |
ManchesterSyntaxStorerException |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLStorerNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
default void |
OWLOntology.saveOntology()
Saves the ontology.
|
default void |
OWLOntology.saveOntology(IRI documentIRI)
Saves the ontology, using the specified document IRI to determine
where/how the ontology should be saved.
|
default void |
OWLOntology.saveOntology(OutputStream outputStream)
Saves the ontology, to the specified output stream
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat)
Saves the ontology in the specified ontology format to its document URI.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
IRI documentIRI)
Saves the ontology to the specified document IRI in the specified
ontology format.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OutputStream outputStream)
Saves the ontology to the specified output stream in the specified
ontology format.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the ontology to the specified output target in the specified
ontology format.
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology)
Saves the specified ontology.
|
default void |
OWLOntology.saveOntology(OWLOntologyDocumentTarget documentTarget)
Saves the ontology to the specified
OWLOntologyDocumentTarget. |
default 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.
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OutputStream outputStream)
Saves the specified ontology, to the specified output stream
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat)
Saves the specified ontology in the specified ontology format to its
document URI.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the
specified ontology format.
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OutputStream outputStream)
Saves the specified ontology to the specified output stream in the
specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified output target in the
specified ontology format.
|
default void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified
OWLOntologyDocumentTarget. |
void |
OWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format.
|
void |
OWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat format)
Stores an ontology to the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OBOFormatRenderer.render(OWLOntology ontology,
OutputStream os) |
static void |
OBOFormatRenderer.render(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLXMLOntologyStorageException
The Class OWLXMLOntologyStorageException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat) |
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat 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,
OWLDocumentFormat ontologyFormat) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentOWLOntologyImpl.saveOntology() |
void |
ConcurrentOWLOntologyImpl.saveOntology(IRI iri) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OutputStream outputStream) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
IRI iri) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OutputStream outputStream) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OWLOntologyDocumentTarget owlOntologyDocumentTarget) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLOntologyDocumentTarget owlOntologyDocumentTarget) |
Copyright © 2017 The University of Manchester. All rights reserved.