|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--search.SearchApp
This is an application that demonstrates the five basic search algorithms: depth-first, breadth-first, iterated, best-first, and genetic.
Field Summary | |
(package private) boolean |
packFrame
|
Constructor Summary | |
SearchApp()
Constructs the search application. |
Method Summary | |
static void |
main(java.lang.String[] args)
Runs the search application. |
Methods inherited from class java.lang.Object |
|
Field Detail |
boolean packFrame
Constructor Detail |
public SearchApp()
Method Detail |
public static void main(java.lang.String[] args)
args
- a String array used to pass arguments into the class.
Not used in this application.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |