|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaima.search.framework.PrioritySearch
public abstract class PrioritySearch
| Field Summary | |
|---|---|
protected QueueSearch |
search
|
| Constructor Summary | |
|---|---|
PrioritySearch()
|
|
| Method Summary | |
|---|---|
protected abstract java.util.Comparator |
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 Searchjava.lang.Exceptionprotected abstract java.util.Comparator getComparator(Problem p)
public Metrics getMetrics()
getMetrics in interface Search
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||