1
vote
2answers
2k views

In Enterprise Architect I modified an interface, how to update the realizing classes?

I've created an interface in a class model. This interface has two methods, A and B and method A takes an argument (a) and method B does not take an argument (yet). Additionally I've created a class ...