Output summary: <output>:=mission complete.<nl>
Output summary: <output>:=sites cleared.<nl>
<success> message. If there is a site in the dictionary with the same name, you should print the
<SiteAlreadyExists> error message. Note that the sites should be sorted
asciibetically by their case insensitive name. This should be an O(log n) operation.
Output summary: <output>:= <success>|<error> <success>:=created base <Site>.<nl> <error>:=<SiteAlreadyExists>
<success> message. If
there is a site in the dictionary with the same name, you should print the
<SiteAlreadyExists> error message. Note that the sites should be
sorted asciibetically by their case insensitive name. This should be an
O(log n) operation.
Output summary: <output>:= <success>|<error> <success>:=created base <Site>.<nl> <error>:=<SiteAlreadyExists>
<success> message. If the Site is in the dictionary but has already
been added to the spatial data structure, then print the <UnableToDeleteSite>
error message. If the Site cannot be found in the dictionary, print the
<SiteDoesNotExist> error. This should be an O(log n) operation.
Output summary: <output>:=<success>|<error> <success>:=deleted site <Site>.<nl> <error>:=<SiteDoesNotExist>|<UnableToDeleteSite>
<NoSitesEntered> message. If
there are Sites in the dictionary, print them as described below. Note that
Site names are case insensitive so if the name of one Site was "baltimore"
and another Site was named "Reno" then "Reno" would be printed before
"baltimore" (since "R" comes before "b" in the ASCII character set).
Note: This Command takes the place of PRINT_DICTIONARY().
Output summary: <output>:=<SiteList>|<NoSitesEntered> <SiteList>:=<Site><nl><SiteList>|<Site><nl> <NoSitesEntered>:=No Sites have been entered into the dictionary.<nl>
<success> message.
If the Site was found but was already mapped, print the
<SiteAlreadyMapped> error message. If the Site could not be
found, print the <SiteDoesNotExist> error message. Recall that
both latitude and longitude are integers in the range [0, 1024).
Note: Takes the place of MAP_DATA().
Output summary: <output>:=<success>|<error> <success>:=Mapped site <Site>.<nl> <error>:=<SiteDoesNotExist>|<SiteAlreadyMapped>
Output summary: <output>:=<SiteList>|<NoSitesEntered> <SiteList>:=<Site><nl><SiteList>|<Site><nl> <NoSitesEntered>:=no spatial data.<nl>