Book a Demo

Author Topic: Dependent Tagged Values  (Read 2764 times)

McMannus

  • EA User
  • **
  • Posts: 108
  • Karma: +4/-1
    • View Profile
Dependent Tagged Values
« on: August 08, 2013, 08:59:13 am »
Hi all,

I have the following problem: Stereotype A has a tagged value, which is an enumeration with three entries. Based on the user selection of this tagged value additional stereotypes should be assigned to the element so that there will be more detailed tagged value fields to fill out dependent on the first selection.

Is this possible in EA and if yes, how can I react on the selection within an addin?

Thanks in advance!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Dependent Tagged Values
« Reply #1 on: August 08, 2013, 11:40:57 am »
My recommendation is don't.

Just extend the original stereotype with multiple additional stereotypes. The user then just chooses the relevant stereotype.

The alternative is to do something like BPMN does, include all the tagged values and group them so it's a little easier to find the ones you want.