commit some long outstanding changes

This commit is contained in:
Joeri Exelmans 2025-07-23 13:57:25 +02:00
parent e046f2f972
commit 558772fbe4
2 changed files with 7 additions and 3 deletions

View file

@ -78,8 +78,7 @@ def bootstrap_scd(state: State) -> UUID:
add_edge_element("gc_inh_element", glob_constr_node, element_node)
# # 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)
# # Association inherits from Class
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)