|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.nodestore.CachedStateNodeStore
public class CachedStateNodeStore
Constructor Summary | |
---|---|
CachedStateNodeStore(NodeStore aNodeStore)
|
Method Summary | |
---|---|
void |
add(java.util.List<Node> nodes)
|
void |
add(Node anItem)
|
boolean |
containsNodeBasedOn(java.lang.Object state)
|
Node |
getNodeBasedOn(java.lang.Object state)
|
boolean |
isEmpty()
|
Node |
remove()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedStateNodeStore(NodeStore aNodeStore)
Method Detail |
---|
public boolean containsNodeBasedOn(java.lang.Object state)
public Node getNodeBasedOn(java.lang.Object state)
public void add(Node anItem)
add
in interface NodeStore
public Node remove()
remove
in interface NodeStore
public void add(java.util.List<Node> nodes)
add
in interface NodeStore
public boolean isEmpty()
isEmpty
in interface NodeStore
public int size()
size
in interface NodeStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |