diff options
author | Pacien TRAN-GIRARD | 2014-02-23 17:44:42 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-23 17:44:42 +0100 |
commit | 9a4983c745c99f5e0e97f2056bc2332cb7e5d803 (patch) | |
tree | 006094dbd4a4b0144d8c5e373019e27c907eb47a /report | |
parent | 199eaba44955936ae6da8befb36c2366630f6318 (diff) | |
download | esieequest-9a4983c745c99f5e0e97f2056bc2332cb7e5d803.tar.gz |
Explain getExitString()
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/report/progression.tex b/report/progression.tex index 1f75fd3..74673f5 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -36,13 +36,17 @@ print the availability of the new exits, used in the stairwell at wing 3. Due | |||
36 | to the architecture of these rooms, the side exits that were previously settled | 36 | to the architecture of these rooms, the side exits that were previously settled |
37 | to link them have been kept. | 37 | to link them have been kept. |
38 | 38 | ||
39 | \subsection{keySet} | 39 | \subsection{keySet ?} |
40 | 40 | ||
41 | The keySet() method of the class HashMap returns a Set of the keys contained in | 41 | The keySet() method of the class HashMap returns a Set of the keys contained in |
42 | the map. | 42 | the map. |
43 | 43 | ||
44 | \subsection{getExitString ?} | 44 | \subsection{getExitString ?} |
45 | 45 | ||
46 | The getExitString() method returns a String listing the room's exits. | ||
47 | To achieve that, it iterates through the exits Map's keys, that is a Set of | ||
48 | Strings, appending each one to the String that it returns. | ||
49 | |||
46 | \subsection{getLongDescription} | 50 | \subsection{getLongDescription} |
47 | 51 | ||
48 | \subsection{Object diagram} | 52 | \subsection{Object diagram} |