(WIP) implementing CBD language... Meta-meta-model: Association inherits from Class. Matcher accepts pivot. Add generic graphviz renderer.

This commit is contained in:
Joeri Exelmans 2024-11-07 09:46:29 +01:00
parent a26ceef10f
commit 1eb8a84553
25 changed files with 542 additions and 170 deletions

View file

@ -1,7 +1,8 @@
d0s:IntState {
# Initial state for both delay blocks:
d0s:State {
state = 0;
}
d1s:IntState {
d1s:State {
state = 1;
}
:delay2State (d0 -> d0s)