ModelDriven / Alf-Reference-Implementation

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

ElementReferenceImpl.parameterFromProperty should set ordering and uniqueness #73

Closed seidewitz closed 5 years ago

seidewitz commented 5 years ago

The ElementReferenceImpl.parameterFromProperty method is used to create an effective parameter from a property of a signal, data type or association used in an invocation. It currently sets the name, type and multiplicity bounds of the parameter from an element reference to the property. It should also set the ordering and uniqueness of the parameter from that of the property.

seidewitz commented 5 years ago

Resolved in v1.1.0g.