public class GroundFindFormulaMap extends GroundFindFormula
| Constructor and Description |
|---|
GroundFindFormulaMap(ATerm[] quicksave) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Formula f) |
void |
clear() |
IRandomAccessible<Formula> |
findMatching(boolean positive,
ScanTerm term) |
java.util.Iterator<Formula> |
getFormulas() |
boolean |
groundNew(boolean positive,
IndexEntry ti) |
void |
remove(Formula f) |
java.lang.String |
toString() |
public GroundFindFormulaMap(ATerm[] quicksave)
public java.lang.String toString()
toString in class java.lang.Objectpublic IRandomAccessible<Formula> findMatching(boolean positive, ScanTerm term)
public boolean groundNew(boolean positive,
IndexEntry ti)
groundNew in class GroundFindFormulapublic void add(Formula f)
add in class GroundFindFormulapublic void remove(Formula f)
remove in class GroundFindFormulapublic void clear()
clear in class GroundFindFormulapublic java.util.Iterator<Formula> getFormulas()
getFormulas in class GroundFindFormula