public class FormulaFindGroundComboTest extends FormulaFindGround
| Constructor and Description |
|---|
FormulaFindGroundComboTest(FormulaFindGround impl1,
FormulaFindGround impl2) |
| 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, makeSetpublic FormulaFindGroundComboTest(FormulaFindGround impl1, FormulaFindGround impl2)
public IndexEntry contains(ScanTerm t)
contains in class FormulaFindGroundpublic void remove(ScanTerm t, boolean defined)
remove in class FormulaFindGroundpublic void add(IndexEntry ti)
add in class FormulaFindGroundpublic void find(ScanTerm t, Binds binds, java.util.List<IndexEntry> matching)
find in class FormulaFindGroundpublic int estimateMatching(ScanTerm t, Binds binds)
estimateMatching in class FormulaFindGroundpublic java.util.Iterator<IndexEntry> getGroundTerms()
getGroundTerms in class FormulaFindGround