| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OntologyIRIMappingNotFoundException |
class |
OWLOntologyCreationIOException
Indicates an
IOException happened during ontology creation. |
class |
OWLOntologyInputSourceException |
class |
OWLOntologyStorageIOException
An
OWLOntologyStorageException that was caused by an IOException. |
class |
OWLRendererException |
class |
OWLRendererIOException |
class |
UnparsableOntologyException
A class that describes how ontology parsing failed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLRenderer.render(OWLOntology ontology,
OutputStream os)
Renders the specified ontology to a concrete representation which should
be written to the specified output stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyAlreadyExistsException
Indicates that an ontology with the given ontology IRI (and possible version
IRI) exists.
|
class |
OWLOntologyCreationException
An exception which describes an error during the creation of an ontology.
|
class |
OWLOntologyDocumentAlreadyExistsException
An exception that describes the situation where there was an attempt to
create or load an ontology where the corresponding ontology document IRI
already was already mapped to an ontology.
|
class |
OWLOntologyStorageException |
class |
OWLStorerNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
void |
EDTChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener l,
List<? extends OWLOntologyChange> changes) |
void |
OWLOntologyChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
Copyright © 2018 The University of Manchester. All rights reserved.