(WIP) implementing CBD language... Meta-meta-model: Association inherits from Class. Matcher accepts pivot. Add generic graphviz renderer.
This commit is contained in:
parent
a26ceef10f
commit
1eb8a84553
25 changed files with 542 additions and 170 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue