Book a Demo

Author Topic: Update Realized Interface Methods?  (Read 3415 times)

tstuefe

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Update Realized Interface Methods?
« on: January 26, 2004, 10:44:08 pm »
Maybe this feature exists already and I'm just too dumb:

When I change an interface's method, I want the realizing classes automatically to change their realizations of the methods. Or, at least, this should be an option.

Seems I have to go through all class models to update the realized methods manually...  :-/

Rob_M

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
Re: Update Realized Interface Methods?
« Reply #1 on: January 27, 2004, 05:20:43 pm »
Delete the generalization relationship between interface and the realization class, then re-establish it.

Somewhat painful, but still easier than doing it by hand.

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: Update Realized Interface Methods?
« Reply #2 on: June 24, 2004, 11:06:50 am »
Ctrl-Shift-O helps here as well.

Select the class that performs the realization and hit the bits. Admittedly it would be nice if it cascaded through all clases that realize.