aima.search.framework
Interface NodeStore

All Known Implementing Classes:
FIFONodeStore, LIFONodeStore, PriorityNodeStore

public interface NodeStore

Author:
Ravi Mohan

Method Summary
 void add(java.util.List nodes)
           
 void add(Node anItem)
           
 boolean isEmpty()
           
 Node remove()
           
 int size()
           
 

Method Detail

add

void add(Node anItem)

remove

Node remove()

add

void add(java.util.List nodes)

isEmpty

boolean isEmpty()

size

int size()