Added queueing example

This commit is contained in:
Yentl Van Tendeloo 2017-04-06 12:02:01 +02:00
parent 23b33fd9a3
commit b43738788d
3 changed files with 152 additions and 1 deletions

View file

@ -217,7 +217,7 @@ This would then create the output (or similar, due to concurrency)::
Got input 3 on model Consumer_3
More complex example
====================
--------------------
In the PyPDEVS distribution, a more complex example is provided.
That example provides a model of two traffic lights, with a policeman who periodically changes the traffic light he is interrupting.