public interface SingleExplanationGenerator
Modifier and Type | Method and Description |
---|---|
void |
dispose()
dispose of the reasoners and ontologies.
|
Set<OWLAxiom> |
getExplanation(OWLClassExpression unsatClass)
Get a single explanation for an arbitrary class expression, or empty set
if the given expression is satisfiable.
|
OWLOntology |
getOntology()
Gets the ontology.
|
OWLOntologyManager |
getOntologyManager()
Gets the ontology manager.
|
OWLReasoner |
getReasoner()
Gets the reasoner.
|
OWLReasonerFactory |
getReasonerFactory()
Gets the reasoner factory.
|
OWLOntologyManager getOntologyManager()
OWLOntology getOntology()
void dispose()
OWLReasoner getReasoner()
OWLReasonerFactory getReasonerFactory()
Set<OWLAxiom> getExplanation(OWLClassExpression unsatClass)
unsatClass
- arbitrary class expression whose unsatisfiability will be explainedCopyright © 2020 The University of Manchester. All rights reserved.