| 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 that has a concrete representation which is pointed
to by the specified document IRI.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOWLOntologyChangeException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 An exception to describe a situation where there was an attempt to apply a change to an immutable ontology. |
class |
OWLOntologyChangeVetoException
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 13-Apr-2007 Describes a situation where a change was vetoed for some reason. |
class |
OWLOntologyRenameException
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 22-Dec-2009 |
| 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 © 2013 The University of Manchester. All Rights Reserved.