@PortedFrom(file="tOntologyAtom.h", name="TOntologyAtom") public class TOntologyAtom extends Object
| Constructor and Description |
|---|
TOntologyAtom() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAxiom(Axiom ax)
add axiom AX to an atom
|
void |
addDepAtom(TOntologyAtom atom)
add atom to the dependency set
|
void |
buildAllDepAtoms(Set<TOntologyAtom> checked)
build all dep atoms; filter them from DepAtoms
|
void |
filterDep()
remove all atoms in AllDepAtoms from DepAtoms
|
Set<TOntologyAtom> |
getAllDepAtoms(Set<TOntologyAtom> checked)
get all the atoms the current one depends on; build this set if necessary
|
Set<Axiom> |
getAtomAxioms()
get all the atom's axioms
|
Set<TOntologyAtom> |
getDepAtoms()
get atoms a given one depends on
|
int |
getId()
get the value of the id
|
Set<Axiom> |
getModule()
get all the module axioms
|
void |
setId(int id)
set the value of the id to ID
|
void |
setModule(Collection<Axiom> module)
set the module axioms
|
@PortedFrom(file="tOntologyAtom.h", name="filterDep") public void filterDep()
@PortedFrom(file="tOntologyAtom.h", name="buildAllDepAtoms") public void buildAllDepAtoms(Set<TOntologyAtom> checked)
@PortedFrom(file="tOntologyAtom.h", name="setModule") public void setModule(Collection<Axiom> module)
@PortedFrom(file="tOntologyAtom.h", name="addAxiom") public void addAxiom(Axiom ax)
@PortedFrom(file="tOntologyAtom.h", name="addDepAtom") public void addDepAtom(TOntologyAtom atom)
@PortedFrom(file="tOntologyAtom.h", name="getAllDepAtoms") public Set<TOntologyAtom> getAllDepAtoms(Set<TOntologyAtom> checked)
@PortedFrom(file="tOntologyAtom.h", name="getAtomAxioms") public Set<Axiom> getAtomAxioms()
@PortedFrom(file="tOntologyAtom.h", name="getModule") public Set<Axiom> getModule()
@PortedFrom(file="tOntologyAtom.h", name="getDepAtoms") public Set<TOntologyAtom> getDepAtoms()
@PortedFrom(file="tOntologyAtom.h", name="getId") public int getId()
@PortedFrom(file="tOntologyAtom.h", name="setId") public void setId(int id)
Copyright © 2013 The University of Manchester. All Rights Reserved.