Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
lafhis
MTSA
Wiki
Enduser
Modal Transition Systems
Modal Transition Systems
· Changes
Page history
Update Modal Transition Systems
authored
Jun 19, 2026
by
Sebastian Uchitel
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
enduser/Modal-Transition-Systems.md
enduser/Modal-Transition-Systems.md
+1
-2
No files found.
enduser/Modal-Transition-Systems.md
View page @
a6964ac0
# Modal Transition Systems
Modal transition systems (MTS) can be modelled by using a question mark (?) on event labels.
```
A = (a -> b? -> A | a? -> A).
...
...