Skip to content
Snippets Groups Projects
Commit edbbed18 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updates to Design Patterns lecture to include command pattern UML diagram

parent 332f163e
No related branches found
No related tags found
No related merge requests found
Lectures/Figures/command.png

11.4 KiB

No preview for this file type
......@@ -297,6 +297,8 @@ TBD
\frametitle{MVC Web Applications}
\includegraphics[scale=1]{../Figures/WebAppMVC.png}
~\\
From /Tutorials/OLD\_MVC
\end{frame}
......@@ -479,6 +481,17 @@ so on. The actual execution of the command is delegated to a supplier component
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Command in UML}
\includegraphics[scale=0.8]{../Figures/command.png}
~\\
\href{http://www.dofactory.com/net/command-design-pattern}{http://www.dofactory.com/net/command-design-pattern}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Adapter Design Pattern}
......@@ -493,6 +506,8 @@ so on. The actual execution of the command is delegated to a supplier component
\includegraphics[scale=0.7]{../Figures/500px-AdapterPatternForWiki.jpg}
Adapter wraps one class
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment