Remove implicit association support from code generator

Issue #427 resolved
Matthias Schoettle created an issue

Currently, the code generator contains logic to generate fields with multiplicity many of type List and imports java.util.* by default.

Once the new Association concern is integrated into master, this logic should be removed.

We should also consider removing the special collection (RSequence and RSet I believe) types from the RAM metamodel.

Comments (3)

  1. Log in to comment