public class FormulaFindGroundList extends FormulaFindGround
Constructor and Description |
---|
FormulaFindGroundList() |
Modifier and Type | Method and Description |
---|---|
void |
add(IndexEntry ti) |
IndexEntry |
contains(ScanTerm t) |
int |
estimateMatching(ScanTerm t,
Binds binds) |
void |
find(ScanTerm t,
Binds binds,
java.util.List<IndexEntry> matching) |
java.util.Iterator<IndexEntry> |
getGroundTerms() |
void |
remove(ScanTerm t,
boolean defined) |
instance, makeSet
public void add(IndexEntry ti)
add
in class FormulaFindGround
public IndexEntry contains(ScanTerm t)
contains
in class FormulaFindGround
public void remove(ScanTerm t, boolean defined)
remove
in class FormulaFindGround
public void find(ScanTerm t, Binds binds, java.util.List<IndexEntry> matching)
find
in class FormulaFindGround
public int estimateMatching(ScanTerm t, Binds binds)
estimateMatching
in class FormulaFindGround
public java.util.Iterator<IndexEntry> getGroundTerms()
getGroundTerms
in class FormulaFindGround