aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-06-09 22:33:38 +0200
committerPacien TRAN-GIRARD2014-06-09 22:33:38 +0200
commit944ab1b199f4ea4a7823dfaee084c54b03eb8ba1 (patch)
treebbf275f05aff3123ef6299de2736258701055011
parent1d4d3bac2ed3d95658bf3b25e42ef280b39931e0 (diff)
downloadesieequest-944ab1b199f4ea4a7823dfaee084c54b03eb8ba1.tar.gz
Update report
-rw-r--r--report/progression.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/report/progression.tex b/report/progression.tex
index cd3f4ec..1e6948a 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -405,7 +405,10 @@ Item-s, and View-s since the beginning of the project.
405 405
406\subsection{Abstract Command} 406\subsection{Abstract Command}
407 407
408Pacien - The Performer class was replaced by multiple Command sub-types. 408Pacien - The Performer class was replaced by multiple Command sub-types. Instead
409of using an AbstractCommand class, an interface (Executable) was created, and
410the command arguments passed by parameter instead of being stored in a field.
411This makes more sense than instantiating a Command each time it is executed.
409 412
410\subsection{Packages} 413\subsection{Packages}
411 414