(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

@ -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