aima.search.map
Class SimplifiedRoadMapOfPartOfRomania
java.lang.Object
aima.search.map.ExtendableMap
aima.search.map.SimplifiedRoadMapOfPartOfRomania
- All Implemented Interfaces:
- Map
public class SimplifiedRoadMapOfPartOfRomania
- extends ExtendableMap
Represents a simplified road map of Romania. The initialization method is
declared static. So it can also be used to initialize other specialized
subclasses of ExtendableMap
with road map data from Romania. Location names,
road distances and directions have been extracted from Artificial
Intelligence A Modern Approach (2nd Edition), Figure 3.2, page 63. The
straight-line distances to Bucharest have been taken from Artificial
Intelligence A Modern Approach (2nd Edition), Figure 4.1, page 95.
Method Summary |
static void |
initMap(ExtendableMap map)
Initializes a map with a simplified road map of Romania. |
Methods inherited from class aima.search.map.ExtendableMap |
addBidirectionalLink, addUnidirectionalLink, clear, clearLinks, getDistance, getLocations, getLocationsLinkedTo, getPosition, isLocation, randomlyGenerateDestination, removeBidirectionalLink, removeUnidirectionalLink, setDistAndDirToRefLocation, setPosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORADEA
public static final java.lang.String ORADEA
- See Also:
- Constant Field Values
ZERIND
public static final java.lang.String ZERIND
- See Also:
- Constant Field Values
ARAD
public static final java.lang.String ARAD
- See Also:
- Constant Field Values
TIMISOARA
public static final java.lang.String TIMISOARA
- See Also:
- Constant Field Values
LUGOJ
public static final java.lang.String LUGOJ
- See Also:
- Constant Field Values
MEHADIA
public static final java.lang.String MEHADIA
- See Also:
- Constant Field Values
DOBRETA
public static final java.lang.String DOBRETA
- See Also:
- Constant Field Values
SIBIU
public static final java.lang.String SIBIU
- See Also:
- Constant Field Values
RIMNICU_VILCEA
public static final java.lang.String RIMNICU_VILCEA
- See Also:
- Constant Field Values
CRAIOVA
public static final java.lang.String CRAIOVA
- See Also:
- Constant Field Values
FAGARAS
public static final java.lang.String FAGARAS
- See Also:
- Constant Field Values
PITESTI
public static final java.lang.String PITESTI
- See Also:
- Constant Field Values
GIURGIU
public static final java.lang.String GIURGIU
- See Also:
- Constant Field Values
BUCHAREST
public static final java.lang.String BUCHAREST
- See Also:
- Constant Field Values
NEAMT
public static final java.lang.String NEAMT
- See Also:
- Constant Field Values
URZICENI
public static final java.lang.String URZICENI
- See Also:
- Constant Field Values
IASI
public static final java.lang.String IASI
- See Also:
- Constant Field Values
VASLUI
public static final java.lang.String VASLUI
- See Also:
- Constant Field Values
HIRSOVA
public static final java.lang.String HIRSOVA
- See Also:
- Constant Field Values
EFORIE
public static final java.lang.String EFORIE
- See Also:
- Constant Field Values
SimplifiedRoadMapOfPartOfRomania
public SimplifiedRoadMapOfPartOfRomania()
initMap
public static void initMap(ExtendableMap map)
- Initializes a map with a simplified road map of Romania.