| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology with a concrete representation available at
documentIRI and adds its axioms to ontology. |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology. |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOWLOntologyChangeException
An exception to describe a situation where there was an attempt to apply a
change to an immutable ontology.
|
class |
OWLOntologyChangeVetoException
Describes a situation where a change was vetoed for some reason.
|
class |
OWLOntologyRenameException
An exception that describes the situation where an ontology could not be
renamed (have its ID set) because its manager already contained an ontology
with the same name.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLMutableOntology.applyChange(OWLOntologyChange change) |
List<OWLOntologyChange> |
OWLMutableOntology.applyChanges(List<OWLOntologyChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
void |
InferredOntologyGenerator.fillOntology(OWLOntologyManager manager,
OWLOntology ontology)
Adds 'inferred axioms' to an ontology using the generators that have been
registered with this
InferredAxiomGenerator. |
Copyright © 2014 The University of Manchester. All Rights Reserved.