| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Class and Description |
|---|---|
class |
OntologyIRIMappingNotFoundException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 10-Apr-2008 |
class |
OWLOntologyCreationIOException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 11-Apr-2008 Indicates an IOException happened during ontology creation. |
class |
OWLOntologyStorageIOException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 17-Dec-2009 |
class |
OWLParserException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 Indicates that a parse error happened when trying to parse an ontology. |
class |
OWLParserIOException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 Describes a parse exception which was caused by an IOException |
class |
OWLParserSAXException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
class |
OWLParserURISyntaxException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
class |
OWLRendererException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 |
class |
OWLRendererIOException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 |
class |
UnparsableOntologyException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 11-Apr-2008 |
| 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
|
void |
OWLRenderer.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyAlreadyExistsException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 18-Jan-2009 Indicates that an ontology with the given ontology IRI (and possible version IRI) exists. |
class |
OWLOntologyCreationException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 An exception which describes an error during the creation of an ontology. |
class |
OWLOntologyDocumentAlreadyExistsException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 22-Dec-2009 |
class |
OWLOntologyStorageException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 |
class |
OWLOntologyStorerNotFoundException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 |
class |
UnloadableImportException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecificOntologyChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes) |
void |
OWLOntologyChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
void |
EDTChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes) |
void |
DefaultChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes) |
void |
OWLOntologyChangeListener.ontologiesChanged(List<? extends OWLOntologyChange> changes)
Called when some changes have been applied to various ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
List<DLExpressivityChecker.Construct> |
DLExpressivityChecker.getConstructs() |
boolean |
RootClassChecker.isRootClass(OWLClass cls)
Determines if the specified class is a direct syntactic subclass of
owl:Thing
|
abstract void |
OWLEntityCollectingOntologyChangeListener.ontologiesChanged()
Called when a set of changes have been applied.
|
void |
OWLEntityCollectingOntologyChangeListener.ontologiesChanged(List<? extends OWLOntologyChange> changes) |
void |
FilteringOWLOntologyChangeListener.ontologiesChanged(List<? extends OWLOntologyChange> changes) |
Copyright © 2013 The University of Manchester. All Rights Reserved.