public class CheckNegatedGround
extends java.lang.Object
Constructor and Description |
---|
CheckNegatedGround() |
Modifier and Type | Method and Description |
---|---|
void |
add(IndexEntry ti) |
void |
clean() |
IndexEntry |
contains(ATerm t) |
java.util.Iterator<IndexEntry> |
getGroundTerms() |
void |
remove(ATerm t,
boolean defined) |
int |
size() |
public int size()
public void clean()
public IndexEntry contains(ATerm t)
public void remove(ATerm t, boolean defined)
public void add(IndexEntry ti)
public java.util.Iterator<IndexEntry> getGroundTerms()