Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: meierch on May 22, 2009, 07:18:09 pm

Title: Multiplicity specification for operation parameter
Post by: meierch on May 22, 2009, 07:18:09 pm
How can I specify the multiplicity of parameters in operations?

A parameter is according to the UML superstructure a MultiplityELement. A MultiplityElements has the following attributes:

• isOrdered
• isUnique
• / lower       --> lower bound of the multiplicity
• / upper      --> upper bound of the multiplicity interval

It seems to me that all these attributes cannot be specified for operation parameters.
Title: Re: Multiplicity specification for operation param
Post by: Eve on May 25, 2009, 08:27:33 am
Currently EA doesn't allow these to be added to operation parameters.
Title: Re: Multiplicity specification for operation param
Post by: meierch on May 26, 2009, 04:33:07 am
Quote
Currently EA doesn't allow these to be added to operation parameters.

Are there any plans to add support?