|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.framework.PrioritySearch
public abstract class PrioritySearch
Field Summary | |
---|---|
protected QueueSearch |
search
|
Constructor Summary | |
---|---|
PrioritySearch()
|
Method Summary | |
---|---|
protected abstract java.util.Comparator<Node> |
getComparator(Problem p)
|
Metrics |
getMetrics()
|
java.util.List |
search(Problem p)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected QueueSearch search
Constructor Detail |
---|
public PrioritySearch()
Method Detail |
---|
public java.util.List search(Problem p) throws java.lang.Exception
search
in interface Search
java.lang.Exception
public Metrics getMetrics()
getMetrics
in interface Search
protected abstract java.util.Comparator<Node> getComparator(Problem p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |