aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-23 17:44:42 +0100
committerPacien TRAN-GIRARD2014-02-23 17:44:42 +0100
commit9a4983c745c99f5e0e97f2056bc2332cb7e5d803 (patch)
tree006094dbd4a4b0144d8c5e373019e27c907eb47a /report
parent199eaba44955936ae6da8befb36c2366630f6318 (diff)
downloadesieequest-9a4983c745c99f5e0e97f2056bc2332cb7e5d803.tar.gz
Explain getExitString()
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex6
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
36to the architecture of these rooms, the side exits that were previously settled 36to the architecture of these rooms, the side exits that were previously settled
37to link them have been kept. 37to link them have been kept.
38 38
39\subsection{keySet} 39\subsection{keySet ?}
40 40
41The keySet() method of the class HashMap returns a Set of the keys contained in 41The keySet() method of the class HashMap returns a Set of the keys contained in
42the map. 42the map.
43 43
44\subsection{getExitString ?} 44\subsection{getExitString ?}
45 45
46The getExitString() method returns a String listing the room's exits.
47To achieve that, it iterates through the exits Map's keys, that is a Set of
48Strings, 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}