ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Assigning to an association end maps to structural feature actions with incorrect pin types #52

Closed seidewitz closed 6 years ago

seidewitz commented 6 years ago

It is allowable to assign an opposite association end as a structural feature. This maps to structural feature actions that operate on the association end. The object and result pins of these actions should be typed by the type of the near association end, but they are, instead, currently incorrectly typed by the association.

seidewitz commented 6 years ago

Fixed in v1.1.0a.

seidewitz commented 6 years ago

Fixed in v1.1.0c.