| 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)
get a set of atoms on which atom with index INDEX depends
|
| 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 |
Axiom.getAtom() |
| Modifier and Type | Method and Description |
|---|---|
void |
Axiom.setAtom(TOntologyAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
TOntologyAtom |
AOStructure.get(int index)
get RW atom by its index
|
TOntologyAtom |
AOStructure.newAtom()
create a new atom and get a pointer to it
|
| Modifier and Type | Method and Description |
|---|---|
List<TOntologyAtom> |
AOStructure.begin()
RW iterator begin
|
Set<TOntologyAtom> |
TOntologyAtom.getAllDepAtoms(Set<TOntologyAtom> checked)
get all the atoms the current one depends on; build this set if necessary
|
Set<TOntologyAtom> |
TOntologyAtom.getDepAtoms()
get atoms a given one depends on
|
| Modifier and Type | Method and Description |
|---|---|
void |
TOntologyAtom.addDepAtom(TOntologyAtom atom)
add atom to the dependency set
|
| 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)
get all the atoms the current one depends on; build this set if necessary
|
Copyright © 2013 The University of Manchester. All Rights Reserved.