public class GroundFindFormulaList extends GroundFindFormula
| Modifier and Type | Method and Description |
|---|---|
void |
add(Formula f) |
void |
clear() |
java.util.Iterator<Formula> |
getFormulas() |
boolean |
groundNew(boolean positive,
IndexEntry ti) |
void |
remove(Formula f) |
public void clear()
clear in class GroundFindFormulapublic 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 java.util.Iterator<Formula> getFormulas()
getFormulas in class GroundFindFormula