Package net.sf.freecol.common.model.pathfinding

Classes used when making searches on the map.

See:
          Description

Interface Summary
CostDecider Determines the cost of a single move.
GoalDecider Used by search in order to determine a goal.
 

Class Summary
CostDeciders Cost deciders to be used while finding paths.
 

Package net.sf.freecol.common.model.pathfinding Description

Classes used when making searches on the map.

The classes in this package is used by the search and findPath methods in Map.