public class QueryCacheAdv
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.logging.Logger |
logger |
Constructor and Description |
---|
QueryCacheAdv(Agent ag,
QueryProfiling p) |
Modifier and Type | Method and Description |
---|---|
void |
addAnswer(Literal f,
Unifier a) |
Pair<Literal,java.util.Iterator<Unifier>> |
getCache(Literal f) |
void |
queryFinished(Literal f) |
void |
reset() |
java.lang.String |
toString() |
public QueryCacheAdv(Agent ag, QueryProfiling p)
public void reset()
public void queryFinished(Literal f)
public java.lang.String toString()
toString
in class java.lang.Object