@PortedFrom(file="SigIndex.h", name="SigIndex") public class SigIndex extends Object
| Constructor and Description |
|---|
SigIndex(LocalityChecker c)
empty c'tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear internal structures
|
Collection<Axiom> |
getAxioms(NamedEntity entity)
given an entity, return a set of all axioms that tontain this entity in a
signature
|
Set<Axiom> |
getNonLocal(boolean top)
get the non-local axioms with top-locality value TOP
|
int |
nProcessedAx() |
void |
preprocessOntology(Collection<Axiom> axioms)
preprocess given set of axioms
|
void |
processAx(Axiom ax)
process an axiom wrt its Used status
|
public SigIndex(LocalityChecker c)
@PortedFrom(file="SigIndex.h", name="nProcessedAx") public int nProcessedAx()
@PortedFrom(file="SigIndex.h", name="processAx") public void processAx(Axiom ax)
@PortedFrom(file="SigIndex.h", name="preprocessOntology") public void preprocessOntology(Collection<Axiom> axioms)
@PortedFrom(file="SigIndex.h", name="clear") public void clear()
@PortedFrom(file="SigIndex.h", name="getAxioms") public Collection<Axiom> getAxioms(NamedEntity entity)
@PortedFrom(file="SigIndex.h", name="getNonLocal") public Set<Axiom> getNonLocal(boolean top)
Copyright © 2013 The University of Manchester. All Rights Reserved.