Book a Demo

Author Topic: Replacing/renaming stereotypes  (Read 3113 times)

Andrew Mitchell

  • EA Novice
  • *
  • Posts: 11
  • Karma: +1/-0
    • View Profile
Replacing/renaming stereotypes
« on: November 10, 2008, 11:05:37 pm »
Hi all,

I'm having a problem attaching stereotypes neatly to elements and connectors throught the automation interface.  

Using the GUI, I have a stereotype <<test>> (base class <all>) and it is used in a class and a generalisation.  If I create a new stereotype <<test1>> (base class <all>), then change the class and generaliastion stereotypes to <<test1>>, then delete stereotype <<test>> I have neatly replaced <<test>> with <<test1>>.

If I do the same process using the automation interface I end up with three entries in the stereotype list:
  <<test1>> (base class <all>)
  <<test1>> (base class class)
  <<test1>> (base class generalisation)

Am I not refreshing or updating all of the appropriate tables? Or missing something else?

Thanks.