Default navigablity for associations to implementation classes

Issue #276 resolved
Matthias Schoettle created an issue

When creating an association between a class and an implementation class, the association is bi-directional. However, by default, it should be uni-directional (from class to impl class). And the navigability should not be changeable. For instance, currently, only the navigability to the impl class can be changed, not the opposite.

In summary:

  • the navigability on creation has to be Class -----> Implementation Class
  • the navigability is not changeable

Comments (3)

  1. Log in to comment