@@ -110,6 +110,8 @@ It's very important to the X-ray department, that only one patient can enter the
title:Recap VI
---
# Discussion
#### Advantages of Petri Nets (Standard)
<v-clicks>
...
...
@@ -131,3 +133,26 @@ title: Recap VI
- No explicit modeling of time. (hard to indicate _when_ and _how long_)
</v-clicks>
---
title: Recap VII
---
### Two Claims about Modeling
**Claim 1: There are many ways to model the same system.**
The first claim says that there are many Petri Nets that can model a given system.
For example, we can model the elevator in the exercise differently.
With a Petri Net, we can describe the state of the elevator by the distribution of the tokens in place _above_ and _under_ corresponding to the number of floors above and under the current floor of the elevator. (See live demo)
**Claim 2: Many systems can be modeled in exactly the same way.**
There can be several systems that correspond to a given Petri Net. (See live demo)
There are trade-offs: e.g. Simplicity vs Comprehensibility.
Choice of modeling is often subjective and depends on the taste and experience of the designer.