Book a Demo

Author Topic: MDG- Updated stereotypes  (Read 3358 times)

SparxUser19

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
MDG- Updated stereotypes
« on: April 19, 2018, 02:07:13 am »
Hello,

How do I get rid of the leftover stereotypes that continue to exist as part of the various versions I went through, before finalizing my MDG technology. The old stereotypes are conflicting with similarly named stereotypes that are part of my final MDG technology.

Thank you in advance!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: MDG- Updated stereotypes
« Reply #1 on: April 19, 2018, 03:03:06 am »
Manually. Or via scripting. EA has no MDG version control to clean things up. You need to look into all StereotypeEx properties (to get the FQN) and decide what to do.

q.

SparxUser19

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: MDG- Updated stereotypes
« Reply #2 on: April 19, 2018, 04:43:06 am »
I ended up using the Configure|UML Types screen to get rid of some and that seemed to help.
 :-\
What is FQN btw?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: MDG- Updated stereotypes
« Reply #3 on: April 19, 2018, 05:43:20 am »
FQN = Fully Qualified Name

The Config window lists only manually entered stereotypes. MDG stereotypes are completely held in EA's memory. Think about using EA security to stop users adding arbitrary stereotypes.

q.