Package net.sf.freecol.common.model
Interface Map.SearchHeuristic
-
- Enclosing class:
- Map
private static interface Map.SearchHeuristic
Simple interface to supply a heuristic to the A* routine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue(Tile tile)
-
-
-
Method Detail
-
getValue
int getValue(Tile tile)
-
-