Package | Description |
---|---|
org.obolibrary.oboformat.parser | |
org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
org.semanticweb.owlapi.manchestersyntax.parser | |
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.rdf.rdfxml.parser | |
org.semanticweb.owlapi.rdf.rdfxml.renderer | |
org.semanticweb.owlapi.reasoner |
OWLReasoner package
|
Modifier and Type | Class | Description |
---|---|---|
class |
InvalidXrefMapException |
The Class InvalidXrefMapException.
|
class |
OBOFormatDanglingReferenceException |
The Class OBOFormatDanglingReferenceException.
|
class |
OBOFormatException |
The Class OBOFormatException.
|
class |
OBOFormatParserException |
The Class OBOFormatParserException.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLOntologyInputSourceException |
|
class |
OWLParserException |
Indicates that a parse error happened when trying to parse an ontology.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ManchesterOWLSyntaxParserException |
Modifier and Type | Class | Description |
---|---|---|
class |
ParserException |
The Class ParserException.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableOWLOntologyChangeException |
An exception to describe a situation where there was an attempt to apply a
change to an immutable ontology.
|
class |
OWLOntologyChangeException |
A high level exception interface that describes errors that occurred when
applying changes to ontologies.
|
class |
OWLOntologyChangeVetoException |
Describes a situation where a change was vetoed for some reason.
|
class |
OWLOntologyFactoryNotFoundException |
|
class |
OWLOntologyIRIMappingNotFoundException |
An exception which describes the situation where no ontology document IRI
mapping could be found.
|
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.
|
class |
OWLOntologyResourceAccessException |
An exception to describe a problem in accessing an ontology.
|
class |
UnknownOWLOntologyException |
|
class |
UnloadableImportException |
Modifier and Type | Class | Description |
---|---|---|
class |
OWLRDFXMLParserException |
The Class OWLRDFXMLParserException.
|
class |
OWLRDFXMLParserMalformedNodeException |
The Class OWLRDFXMLParserMalformedNodeException.
|
class |
RDFParserException |
Thrown if an RDF error is encountered while parsing RDF.
|
class |
TranslatedOntologyChangeException |
|
class |
TranslatedUnloadableImportException |
Modifier and Type | Class | Description |
---|---|---|
class |
IllegalElementNameException |
An exception which indicates that a caller tried to write an XML Element with
a name that is not a QName.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AxiomNotInProfileException |
|
class |
ClassExpressionNotInProfileException |
|
class |
FreshEntitiesException |
Indicates that a query whose signature contained fresh entities was posed to
the reasoner.
|
class |
IllegalConfigurationException |
|
class |
ImportsClosureNotInProfileException |
This exception indicates that the reasoner cannot handle the set of axioms
that are in the imports closure of the root ontology because the axioms fall
outside of the "largest" OWL profile (i.e.
|
class |
InconsistentOntologyException |
This type of exception is thrown by an
OWLReasoner to indicate that the
imports closure of the root ontology (returned by
OWLReasoner.getRootOntology() ) is
inconsistent. |
class |
OWLReasonerRuntimeException |
|
class |
ReasonerInternalException |
Specifies that a some internal error occurred during reasoning.
|
class |
ReasonerInterruptedException |
|
class |
TimeOutException |
Thrown when the current reasoner operation has been interrupted due to a
satisfiability check timeout.
|
class |
UnsupportedEntailmentTypeException |
Copyright © 2018 The University of Manchester. All rights reserved.