Line 13:
Line 13:
#** [[listCities]]
#** [[listCities]]
#** [[clearAll]]
#** [[clearAll]]
−
#** [[printAVLGTree]]
+
#** [[printAVLTree]]
# Spatial Map ([[PM Quadtree#PM3 Quadtree |PM3 Quadtree]] for part 2)
# Spatial Map ([[PM Quadtree#PM3 Quadtree |PM3 Quadtree]] for part 2)
#* Related commands:
#* Related commands:
Line 38:
Line 38:
* [[clearAll]]: Clears all of the data structures, removing all elements.
* [[clearAll]]: Clears all of the data structures, removing all elements.
* [[listCities]]: Output a sorted (XML) list of cities in the data dictionary.
* [[listCities]]: Output a sorted (XML) list of cities in the data dictionary.
−
* [[printAVLGTree]]: Prints the structure of your AVL-G Tree using rules from Section 7 of the spec.
+
* [[printAVLTree]]: Prints the structure of your AVL-G Tree using rules from Section 7 of the spec.
* [[mapRoad]]: Map a road in the spatial map.
* [[mapRoad]]: Map a road in the spatial map.
* [[mapCity]]: Map a city in the spatial map.
* [[mapCity]]: Map a city in the spatial map.