Book a Demo

Author Topic: Updating a generalized class  (Read 2720 times)

juhel

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Updating a generalized class
« on: February 16, 2011, 07:19:24 pm »
Hi,

On the logical model, I have 2 classes :
A : an abstract class with an abstract method m1
B : a generalized class of A

When I've created the B class, EA proposed me to implement the m1 method. OK, fine.

Now, I add another abstract method m2 in the A class. How is it possible to automaticaly update the logical diagram, I mean : I would like EA to propose me to add an implementation of m2 for all the generalized class of A.

Thank you for your reply.

Regards,

Philippe Juhel

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Updating a generalized class
« Reply #1 on: February 16, 2011, 07:50:01 pm »
Philippe,

Only by selecting the sub class and entering Ctrl-Shift-O (or Element|Advanced|Overrides & Implementations

Geert