|
@@ -49,7 +49,7 @@ Element function ramify_func(model : Element, prepost : String):
|
|
|
instantiate_attribute(new_model, "LHS_constraint", "target_upper_cardinality", 1)
|
|
|
|
|
|
// Class NAC {}
|
|
|
- instantiate_node(new_model, "Class", "NAC")
|
|
|
+ //instantiate_node(new_model, "Class", "NAC")
|
|
|
|
|
|
// Class Pre_Element {
|
|
|
// label : String {
|
|
@@ -74,8 +74,8 @@ Element function ramify_func(model : Element, prepost : String):
|
|
|
instantiate_attribute(new_model, "LHS_contains", "name", "contains")
|
|
|
|
|
|
// Association NAC_contains (NAC, Pre_Element) {}
|
|
|
- instantiate_link(new_model, "Association", "NAC_contains", "NAC", "Pre_Element")
|
|
|
- instantiate_attribute(new_model, "NAC_contains", "name", "contains")
|
|
|
+ //instantiate_link(new_model, "Association", "NAC_contains", "NAC", "Pre_Element")
|
|
|
+ //instantiate_attribute(new_model, "NAC_contains", "name", "contains")
|
|
|
|
|
|
inheritor = "Pre_Element"
|
|
|
|