User contributions
From CMSC 420
- 23:54, 10 September 2013 diff hist +2,671 N PrintPRQuadtree Created page with "Prints the PR quadtree. Since PR quadtrees are deterministic, your XML should match exactly the primary input/output. == Parameters == * (None) == Possible <output> == A <qu..."
- 23:46, 10 September 2013 diff hist +375 N UnmapCity Created page with "Removes the named city from the spatial map. == Parameters == * name == Possible <output> == * (None) == Possible <error> types == * nameNotInDictionary * cityNotMapped ==..."
- 23:46, 10 September 2013 diff hist +395 N MapCity Created page with "Inserts the named city into the spatial map. == Parameters == * name == Possible <output> == * (None) == Possible <error> types == * nameNotInDictionary * cityAlreadyMapped..."
- 23:44, 10 September 2013 diff hist +1,492 N ListCities Created page with "Prints all cities currently present in the dictionary. The order in which the attributes for the <city> tags are listed is unimportant. However, the city tags themselves must ..."
- 23:42, 10 September 2013 diff hist +4 DeleteCity →Possible
- 23:42, 10 September 2013 diff hist +4 CreateCity
- 23:37, 10 September 2013 diff hist +457 N ClearAll Created page with "Resets all of the structures including the PR Quadtree, clearing them. This has the effect of removing every city. This command cannot fail, so it should unilaterally produce ..."
- 23:35, 10 September 2013 diff hist +2 CreateCity →Possible
- 23:33, 10 September 2013 diff hist -41 m CreateCity
- 23:31, 10 September 2013 diff hist +770 N DeleteCity Created page with "Removes a city with the specified name from data dictionary and the adjacency list. The criteria for success here is simply that the city exists. Note that if the city has bee..."
- 23:23, 10 September 2013 diff hist +965 N CreateCity Created page with "Creates a city (a vertex) with the specified name, coordinates, radius, and color (the last two attributes will be used in later project parts). A city can be successfully cre..."
- 23:05, 10 September 2013 diff hist -62 Part 1 →Data structures
- 23:04, 10 September 2013 diff hist -57 Part 1 →Commands