From 073cb1573dfd4937e77d4899a789f0f620c53239 Mon Sep 17 00:00:00 2001 From: Alex <alexandravigneron1@gmail.com> Date: Mon, 6 Jul 2020 14:27:39 +0200 Subject: [PATCH] finished FSM --- doc/report/fsm.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/report/fsm.tex b/doc/report/fsm.tex index 0ad1488..5cbf5d9 100644 --- a/doc/report/fsm.tex +++ b/doc/report/fsm.tex @@ -284,6 +284,9 @@ From there, it will branch, either back to the other state or to the final one o % \label{supervisor} %\end{figure +\subsubsection{\startState} +Transiant state where the supervisor doesn't stay, no messages can be received here. + \subsubsection{\waitingAgentValues} This is the main state the supervisor spends most time in. Here it collects values from agents in order to make its decision. Messages received in this state: \begin{itemize} @@ -292,9 +295,6 @@ Messages received in this state: \begin{itemize} The last one triggers a transition to \decidingStopContinue{}. \end{itemize} -\subsubsection{\startState} -Transiant state where the supervisor doesn't stay, no messages can be received here. - \subsubsection{\decidingStopContinue} Here the supervisor either continues or stops, according to the message it send itself before transitioning here from \waitingAgentValues{}. Messages received in this state: \begin{itemize} -- GitLab