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.Object
public IRandomAccessible<Formula> findMatching(boolean positive, ScanTerm term)
public boolean groundNew(boolean positive, IndexEntry ti)
groundNew
in class GroundFindFormula
public void add(Formula f)
add
in class GroundFindFormula
public void remove(Formula f)
remove
in class GroundFindFormula
public void clear()
clear
in class GroundFindFormula
public java.util.Iterator<Formula> getFormulas()
getFormulas
in class GroundFindFormula