Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ewo

Pages: [1]
1
Dear All,

I would like to ask whether it is possible to introduce under the same toolbox, the same stereotype element several times, but with a different icon, where the icon changes based on a value of the stereotype attribute of type enum.

For instance:
1. stereotype "HwElement" which has an attribute "hwKind" of type enum which has following literals ("SENSOR", "ACTUATOR", "CPU", etc.)
2. The toolbox shall now provide these different options, each with a different icon.
3. I would like to avoid creating stereotype for each of this HwElement kinds, but instead rely on the enum.

Thank you!

2
Bugs and Issues / UML profile - tagged value roles
« on: January 14, 2023, 09:16:30 am »
Hi,

I am using EA v 15.2 Build 1560.

1.   I create UML profile, and taggedValue between two elements, e.g. ProfileElement [1]----<<taggedValue>>--->[0..*] ReferencedElement.  Namely ProfileElement is related to ReferencedElement with tagged value, where the multiplicity is set to 1 to 0..*. The role name pointing to ReferencedElement is called referencedElements. Both elements extend UML Class.

2. I create MDG technology for this profile, and simple model where I use the profile.

3. I create UML Class and apply stereotype <<ProfileElement>>, and 8 UML Classes which I stereotype <<ReferencedElement>>

4. I go to properties of <<ProfileElement>> and try to set the attribute referencedElement

5. I can only select maximum 6 elements, not more.

I have tried different combinations for the multiplicity specification, i.e. 0..*, *, 1..*, always, only 6 elements max could be selected. Why?

Thank you for the help!

Pages: [1]