| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact | |
| uk.ac.manchester.cs.jfact.kernel | |
| uk.ac.manchester.cs.jfact.kernel.dl.interfaces | |
| uk.ac.manchester.cs.jfact.split |
| Modifier and Type | Method and Description |
|---|---|
Set<TOntologyAtom> |
JFactReasoner.getAtomDependents(int index) |
| Modifier and Type | Method and Description |
|---|---|
TOntologyAtom |
Axiom.getAtom() |
| Modifier and Type | Method and Description |
|---|---|
Set<TOntologyAtom> |
ReasoningKernel.getAtomDependents(int index)
get a set of atoms on which atom with index INDEX depends
|
| Modifier and Type | Method and Description |
|---|---|
void |
Axiom.setAtom(TOntologyAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
TOntologyAtom |
AxiomInterface.getAtom() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxiomInterface.setAtom(TOntologyAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
TOntologyAtom |
AOStructure.get(int index) |
TOntologyAtom |
AOStructure.newAtom() |
| Modifier and Type | Method and Description |
|---|---|
Set<TOntologyAtom> |
TOntologyAtom.getAllDepAtoms(Set<TOntologyAtom> checked) |
List<TOntologyAtom> |
AOStructure.getAtoms() |
Set<TOntologyAtom> |
TOntologyAtom.getDepAtoms() |
| Modifier and Type | Method and Description |
|---|---|
void |
TOntologyAtom.addDepAtom(TOntologyAtom atom)
add atom to the dependency set
|
int |
TOntologyAtom.compareTo(TOntologyAtom arg1) |
| Modifier and Type | Method and Description |
|---|---|
void |
TOntologyAtom.buildAllDepAtoms(Set<TOntologyAtom> checked)
build all dep atoms; filter them from DepAtoms
|
Set<TOntologyAtom> |
TOntologyAtom.getAllDepAtoms(Set<TOntologyAtom> checked) |
Copyright © 2015 The University of Manchester. All rights reserved.