(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
|
|
@ -86,7 +86,8 @@ def bootstrap_scd(state: State) -> UUID:
|
|||
# # Attribute inherits from Element
|
||||
add_edge_element("attr_inh_element", attr_node, element_node)
|
||||
# # Association inherits from Element
|
||||
add_edge_element("assoc_inh_element", assoc_edge, element_node)
|
||||
# add_edge_element("assoc_inh_element", assoc_edge, element_node)
|
||||
add_edge_element("assoc_inh_element", assoc_edge, class_node)
|
||||
# # AttributeLink inherits from Element
|
||||
add_edge_element("attr_link_inh_element", attr_link_edge, element_node)
|
||||
# # ModelRef inherits from Attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue