diff --git a/assignment/assignment.html b/assignment/assignment.html index 63167c4..47e8b20 100644 --- a/assignment/assignment.html +++ b/assignment/assignment.html @@ -9,8 +9,6 @@ } -
Before you start working on this assignment, you must solve 5 small exercises. Each exercise shows you a small Statechart model, and asks a question about its behavior. You should include the answers to the exercises in your report.
The exercises can be found in the StartingPoint git repository. In the `exercises' directory, you'll find 5 files (A.ysc, B.ysc, ...). Each of them is a Statechart model that you should open in itemis CREATE. Each model includes a question (in a 'comment' element). You must answer this question, and include your answer in your report.
+
Feel free to run the models in itemis CREATE.
@@ -207,7 +205,7 @@You will use the Statecharts formalism to model the software controller of a waterway lock. The lock connects two waterway segments with different water levels, and allows watercraft to safely navigate from one segment to another. We will assume that the water level on each side is constant (so there are no tides, like we have on the river Scheldt in Antwerp).
+
+
+
Every year, I see some students implementing some variation of the following:
+
instead of just creating a transition from A to B labeled after 2s. This serves no purpose whatsoever. It is unnecessarily complex, and the generated code will be less performant. Don't do this!
@@ -486,5 +484,4 @@ There are three ways you can test your solution: