Specifying simultaneous actions
In this example, actions 3 and 4 occur simultaneously. Action 5 cannot occur until actions 3 and 4 are completed.
| Line ID | Prior Line | Next Line |
|---|---|---|
| 1 | 0 | 2 |
| 2 | 1 | 3;4 |
| 3 | 2 | 5 |
| 4 | 2 | 5 |
| 5 | 3;4 | 6 |
| 6 | 5 |
In this example, actions 3 and 4 occur simultaneously. Action 5 cannot occur until actions 3 and 4 are completed.
| Line ID | Prior Line | Next Line |
|---|---|---|
| 1 | 0 | 2 |
| 2 | 1 | 3;4 |
| 3 | 2 | 5 |
| 4 | 2 | 5 |
| 5 | 3;4 | 6 |
| 6 | 5 |