E059 Queued and Pooled State Machines in Class
Errors and Warnings 51-99
noreferences

@@description

<h2>Umple semantic error reported when a class contains one or more queued state machine and pooled state machine</h2>

<p>
An Umple class cannot contain both a queued state machine and a pooled state machine. <br/>
The state machines must be of the same type (all pooled, or all queued) or else could be distributed in more than one class.
</p>


@@example
@@source manualexamples/E059QueuedPooledStateMachineInClass1.ump
@@endexample

@@example @@caption Solution to The Above So the Message No Longer Appears @@endcaption
@@source manualexamples/E059QueuedPooledStateMachineInClass2.ump
@@endexample
