Package aima.gui.applications.search.map

See:
          Description

Class Summary
AbstractMapAgentController Provides a useful base class for agent application controller implementations in the context of route planning agent application development.
MapAgentFrame Universal frame for experiments with route planning agents.
MapAgentModel Provides a ready-to-use implementation of a model for route planning agent applications.
RoutePlanningAgentAppDemo Demo example of a route planning agent application with GUI.
RoutePlanningAgentAppDemo.RoutePlanningAgentController Controller for a graphical route planning agent application.
RoutePlanningAgentAppDemo.RoutePlanningAgentFrame Frame for a graphical route planning agent application.
 

Enum Summary
RoutePlanningAgentAppDemo.RoutePlanningAgentFrame.MapType  
 

Package aima.gui.applications.search.map Description

This package contains useful components for building graphical map agent applications and one example application.