Re: Class implements interface
"Tom Morris" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 13, 2008 at 3:49 AM, Steph <[email protected]> wrote: > I've got an interface I, with one method m(), and a class C > When I draw a realization link between C and A, the method m() is not copied > in C. > > Is there a configuration switch to enable methods copy ? There is currently no way to do this automatically. It's a feature requested in issue 4060 and you can add your votes/comments there. http://argouml.tigris.org/issues/show_bug.cgi?id=4060 Tom