Book a Demo

Author Topic: Adding multiple tagged values for an element  (Read 3915 times)

Prateek

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Adding multiple tagged values for an element
« on: May 15, 2013, 05:43:07 am »
Hi all,
I wanted to add multiple tagged values for a single element. There are many such elements so adding one tag for an element at a time is very tedious. Is there any way that I can add all the tags related to an element in one shot?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Adding multiple tagged values for an element
« Reply #1 on: May 15, 2013, 06:01:38 am »
You probably need to script that. Check Settings/MDG/EA Scriptlib and open View/Scripting. There's a csv import example you might expand.

q.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Adding multiple tagged values for an element
« Reply #2 on: May 15, 2013, 09:17:41 am »
Alternatively, create a stereotype that defines the multiple tagged values, and apply the stereotype to the element. You will need to define the stereotype in a UML Profile.
The Sparx Team
[email protected]

Prateek

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: Adding multiple tagged values for an element
« Reply #3 on: May 16, 2013, 04:52:53 am »
Thanks a lot for the help.