org.browsecode.helpers.aisearch
Interface AISearchDomain<T>

All Known Implementing Classes:
AISearchDomainStub

public interface AISearchDomain<T>


Method Summary
 java.util.PriorityQueue<Solution<T>> getFinishedSolutions()
           
 boolean hasUnexpandedNodes()
           
 Solution<T> popUnexpandedNode()
           
 

Method Detail

getFinishedSolutions

java.util.PriorityQueue<Solution<T>> getFinishedSolutions()

hasUnexpandedNodes

boolean hasUnexpandedNodes()

popUnexpandedNode

Solution<T> popUnexpandedNode()