| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOWLParser
A convenience base class for parsers, which provides a mechanism to manage
the setting and getting of the
OWLOntologyManager that should be
associated with the parser. |
| Modifier and Type | Method and Description |
|---|---|
OWLParser |
OWLParserFactory.createParser()
Creates a parser.
|
OWLParser |
OWLParserFactoryImpl.get() |
| Modifier and Type | Method and Description |
|---|---|
Map<OWLParser,OWLParserException> |
UnparsableOntologyException.getExceptions()
Gets a map that lists the parsers (that were used to parse an ontology)
and the errors that they generated.
|
| Constructor and Description |
|---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
Copyright © 2016 The University of Manchester. All Rights Reserved.