diff --git a/doc/report/fsm.tex b/doc/report/fsm.tex index 0ad148890b82dcaf3902f60c10d47312e1b2b618..5cbf5d982f1333fb083dac1356a75f97e009e8ad 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}