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