Book a Demo

Author Topic: List of values for tagged value?  (Read 2670 times)

Jos Fries

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
List of values for tagged value?
« on: August 12, 2007, 08:10:48 am »
Hi,

In a profile I created a stereotyped class S and an enumeration E with three possible values: 1, 2 and 3. To the stereotype S I added an attribute A with type E.

I then created a model based on this profile and added an instance s of the stereoptype S. The attribute A shows up as a tagged value A of the instance s as expected. In the pull-down list for the values I can select a value for the tagged value.

Now, when I appply a multiplicity (e.g. [0..5]) to attribute A in the profile, indicating that A comprises a numer of enumerations E, and instantiate the stereotype it seems that this multiplicity does not apply to the tagged value A. Is there a way to apply this multiplicity to tagged values?

In other words: is it possible to select multiple values for a tagged value in the drop-down list?

Jos