| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact | |
| uk.ac.manchester.cs.jfact.kernel |
| Constructor and Description |
|---|
KnowledgeExplorer(TBox box,
ExpressionCache pEM) |
| Modifier and Type | Method and Description |
|---|---|
TBox |
ReasoningKernel.getTBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Axiom.absorbIntoBottom(TBox tbox)
absorb into BOTTOM;
|
boolean |
Axiom.absorbIntoConcept(TBox tbox)
absorb into concept; @return true if absorption is performed
|
boolean |
Axiom.absorbIntoDomain(TBox tbox)
absorb single axiom AX into role domain; @return true if succeed
|
boolean |
Axiom.absorbIntoNegConcept(TBox tbox)
absorb single concept into negation of a concept;
|
boolean |
Axiom.absorbIntoTop(TBox tbox)
absorb into TOP;
|
Axiom |
Axiom.simplifyCN(TBox t)
replace a defined concept with its description
|
Axiom |
Axiom.simplifyForall(TBox kb)
replace a universal restriction with a fresh concept
|
Axiom |
Axiom.simplifySForall(TBox kb)
replace a simple universal restriction with a fresh concept
|
List<Axiom> |
Axiom.split(TBox tbox)
split an axiom;
|
| Constructor and Description |
|---|
AxiomSet(TBox host) |
DLConceptTaxonomy(Taxonomy pTax,
TBox tbox)
the only c'tor
|
ExpressionTranslator(TBox kb) |
NominalReasoner(TBox tbox,
JFactReasonerConfiguration options) |
OntologyLoader(TBox kb) |
Copyright © 2018 The University of Manchester. All rights reserved.