Package | Description |
---|---|
org.obolibrary.obo2owl |
OBO to OWL.
|
org.obolibrary.oboformat.parser |
OBO parser.
|
org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
org.semanticweb.owlapi.rdf.rdfxml.renderer |
RDF/XML syntax parser and renderer.
|
org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
Modifier and Type | Class and Description |
---|---|
static class |
OboInOwlCardinalityTools.AnnotationCardinalityException
Exception indication a non-resolvable conflict for an annotation property and its cardinality
constraint.
|
static class |
OwlStringTools.OwlStringException
Exception indicating an un-recoverable error during the handling of axiom strings.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
OWLParserException
Indicates that a parse error happened when trying to parse an ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
ManchesterOWLSyntaxParserException |
Modifier and Type | Class and Description |
---|---|
class |
ParserException
The Class ParserException.
|
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 |
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 and 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 and 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 and 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 © 2020 The University of Manchester. All rights reserved.