| 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 |
UnparsableOntologyException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 11-Apr-2008 |
| 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 |
OWLOntologyDocumentAlreadyExistsException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 22-Dec-2009 |
class |
UnloadableImportException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 07-Dec-2009 |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyCreationException |
MissingImportEvent.getCreationException() |
OWLOntologyCreationException |
OWLOntologyLoaderListener.LoadingFinishedEvent.getException()
If the ontology was not loaded successfully then this method can
be used to access the exception that describes why the ontology was
not loaded successfully.
|
OWLOntologyCreationException |
UnloadableImportException.getOntologyCreationException() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyManager.createOntology()
Creates a new (empty) ontology that does not have an ontology IRI (and therefore does not have a version IRI).
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI)
Creates a new (empty) ontology that has the specified ontology IRI (and no version IRI).
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Set<OWLOntology> ontologies)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are
contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(IRI ontologyIRI,
Set<OWLOntology> ontologies,
boolean copyLogicalAxiomsOnly)
Creates a new ontology that has the specified ontology IRI and is initialised to contain the axioms that are
contained in the specified ontologies.
|
OWLOntology |
OWLOntologyManager.createOntology(OWLOntologyID ontologyID)
Creates a new (empty) ontology that has the specified ontology ID.
|
OWLOntology |
OWLOntologyManager.createOntology(Set<OWLAxiom> axioms)
Creates a new ontology that is initialised to contain specific axioms.
|
OWLOntology |
OWLOntologyManager.createOntology(Set<OWLAxiom> axioms,
IRI ontologyIRI)
Creates a new ontology that has the specified ontology IRI and is initialised to contain specific axioms.
|
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
OWLOntology |
OWLOntologyManager.loadOntology(IRI ontologyIRI)
Loads an ontology that is assumed to have the specified
ontologyIRI as its IRI or version IRI. |
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(File file)
Loads an ontology from an ontology document contained in a local file.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(InputStream inputStream)
Loads an ontology from an ontology document obtained from an input stream.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(IRI documentIRI)
Loads an ontology from an ontology document specified by an IRI.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource)
A convenience method that load an ontology from an input source.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config)
A convenience method that load an ontology from an input source with specified configuration.
|
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates and loads an
OWLOntology. |
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration)
Creates and loads an
OWLOntology. |
| Constructor and Description |
|---|
MissingImportEvent(IRI ontologyIRI,
OWLOntologyCreationException creationException) |
OWLOntologyLoaderListener.LoadingFinishedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported,
OWLOntologyCreationException ex) |
UnloadableImportException(OWLOntologyCreationException e,
OWLImportsDeclaration importsDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
Copyright © 2013 The University of Manchester. All Rights Reserved.