search
Class SearchApp

java.lang.Object
  |
  +--search.SearchApp

public class SearchApp
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packFrame

boolean packFrame
Constructor Detail

SearchApp

public SearchApp()
Constructs the search application.
Method Detail

main

public static void main(java.lang.String[] args)
Runs the search application.
Parameters:
args - a String array used to pass arguments into the class. Not used in this application.