Book a Demo

Author Topic: Renaming Stereotypes  (Read 3668 times)

hugelsb

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
  • Modelling is the future!
    • View Profile
Renaming Stereotypes
« on: June 15, 2010, 10:27:07 pm »
How I can rename Stereotypes in a model, so that all elements which are assigned to this Stereotype gets the renamed one?

beginner

  • Guest
Re: Renaming Stereotypes
« Reply #1 on: June 15, 2010, 10:42:21 pm »
AFAIK only with a query. Something like UPDATE t_object SET stereotype = *new* WHERE stereotype = *old*

b.