Skip to content
Snippets Groups Projects
Commit 073cb157 authored by Alex's avatar Alex
Browse files

finished FSM

parent 6e6e8b4f
Branches
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment