diff --git a/puml/classe.puml b/puml/classe.puml index 3f2fdc5..924a808 100644 --- a/puml/classe.puml +++ b/puml/classe.puml @@ -36,8 +36,6 @@ package "Notre ajout" as us { class "Maquette" as maquette{ +action_spec +observation_spec - +reset() - +step() -_reset() -_step() } diff --git a/soutenance.tex b/soutenance.tex index cc52b8e..e0a9b40 100644 --- a/soutenance.tex +++ b/soutenance.tex @@ -72,7 +72,7 @@ \column{0.45\textwidth} Les conséquence sont : \pause \begin{itemize}[<+->] - \item L'allongement du \rtt{}, + \item l'allongement du \rtt{}, \item la perte de paquets. \end{itemize} \end{columns} @@ -88,7 +88,7 @@ \caption{Transaction \coap{}} \end{figure} \column{0.45\textwidth} - interface identique à \emph{HTTP}. + Interface identique à \emph{HTTP}. Utilise \emph{UDP} et pas \emph{TCP}. \pause @@ -220,7 +220,7 @@ \begin{frame}{Structure} \begin{figure}[htp] \centering - \includegraphics[width = \textwidth,height=0.7\textheight,keepaspectratio]{puml/classe.png} + \includegraphics[width = \textwidth,height=0.8\textheight,keepaspectratio]{puml/classe.png} \caption{Diagramme de classes de l'implémentation de notre protocole.} \end{figure} \end{frame} @@ -326,7 +326,7 @@ \begin{frame}{Call Stack \coapthon{}} \begin{figure}[htp] \centering - \includegraphics[width=\linewidth]{puml/call_stack_envoie.png} + \includegraphics[width=1\linewidth]{puml/call_stack_envoie.png} \caption{Appel de fonction pour l'envoi d'une transaction \coapthon{}} \end{figure} \end{frame}