merging (meta-)models works (but it's dirty!)
This commit is contained in:
parent
c31c8bf3ea
commit
9883e09ac2
17 changed files with 474 additions and 46 deletions
|
|
@ -4,5 +4,8 @@
|
|||
condition = ```
|
||||
top = create_object("Top", "Class")
|
||||
set_slot_value(top, "abstract", True)
|
||||
lnk = create_link("generic_link", "Association", top, top)
|
||||
# lnk also inherits top:
|
||||
create_link(None, "Inheritance", lnk, top)
|
||||
```;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue