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, makeSet
public FormulaFindGroundComboTest(FormulaFindGround impl1, FormulaFindGround impl2)
public IndexEntry contains(ScanTerm t)
contains
in class FormulaFindGround
public void remove(ScanTerm t, boolean defined)
remove
in class FormulaFindGround
public void add(IndexEntry ti)
add
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