muMLE/transformation/topify/rules/r_create_inheritance_nac2.od

9 lines
No EOL
156 B
Text

# Only create inheritance link once:
some_class:RAM_Class
top:RAM_Class {
condition = `get_name(this) == "Top"`;
}
:RAM_Inheritance (some_class -> top)