aima.search.uninformed
Class UniformCostSearch

java.lang.Object
  extended by aima.search.framework.PrioritySearch
      extended by aima.search.uninformed.UniformCostSearch
All Implemented Interfaces:
Search

public class UniformCostSearch
extends PrioritySearch


Field Summary
 
Fields inherited from class aima.search.framework.PrioritySearch
search
 
Constructor Summary
UniformCostSearch(QueueSearch search)
           
 
Method Summary
protected  java.util.Comparator<Node> getComparator(Problem p)
           
 
Methods inherited from class aima.search.framework.PrioritySearch
getMetrics, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniformCostSearch

public UniformCostSearch(QueueSearch search)
Method Detail

getComparator

protected java.util.Comparator<Node> getComparator(Problem p)
Specified by:
getComparator in class PrioritySearch