ai.search
Class RomanianProblem

java.lang.Object
  extended byai.search.Problem
      extended byai.search.RouteProblem
          extended byai.search.RomanianProblem
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable

public class RomanianProblem
extends RouteProblem

Search problem using a road map of Romania.

Author:
Jill Zimmerman -- jill.zimmerman@goucher.edu

Field Summary
 
Fields inherited from class ai.search.Problem
algorithm, canvas, currentNode, display, goal, heuristic, initialState, numExpanded, q, search, searchResult
 
Methods inherited from class ai.search.RouteProblem
actionToString, edgeCost, equalState, goalReached, hCost, stateToString, successors
 
Methods inherited from class ai.search.Problem
actionPerformed, run, solve, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait