public class FormulaFindGroundAdaptive extends java.lang.Object implements FormulaFindGroundRand
| Constructor and Description |
|---|
FormulaFindGroundAdaptive() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IndexEntry ti) |
void |
clear() |
java.lang.String |
configToString() |
IndexEntry |
contains(ScanTerm t) |
int |
estimateMatching(ScanTerm t,
Binds binds) |
IRandomAccessible<IndexEntry> |
find(ScanTerm t,
Binds binds) |
java.util.Iterator<IndexEntry> |
getGroundTerms() |
void |
loadConfig(java.lang.String[] lines) |
ScanTerm |
randomMatch(ATerm[] specifiers) |
void |
remove(ScanTerm t,
boolean defined) |
int |
size() |
public void clear()
clear in interface FormulaFindGroundRandpublic void remove(ScanTerm t, boolean defined)
remove in interface FormulaFindGroundRandpublic void add(IndexEntry ti)
add in interface FormulaFindGroundRandpublic ScanTerm randomMatch(ATerm[] specifiers)
randomMatch in interface FormulaFindGroundRandpublic IRandomAccessible<IndexEntry> find(ScanTerm t, Binds binds)
find in interface FormulaFindGroundRandpublic int estimateMatching(ScanTerm t, Binds binds)
estimateMatching in interface FormulaFindGroundRandpublic java.util.Iterator<IndexEntry> getGroundTerms()
getGroundTerms in interface FormulaFindGroundRandpublic IndexEntry contains(ScanTerm t)
contains in interface FormulaFindGroundRandpublic void loadConfig(java.lang.String[] lines)
loadConfig in interface FormulaFindGroundRandpublic java.lang.String configToString()
configToString in interface FormulaFindGroundRandpublic int size()
size in interface FormulaFindGroundRand