[mdr-users] Tran forming UML interface within MOF
"Olivier RICHAUD" <[email protected]> Fri, 7 Oct 2005 13:56:01 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <000001c5cb36$16fe6350$0a64a8c0@lauris> |
Hi all, I need to transform a UML interface into a MOF element. As far as I know, the best choice would be a MofClass with flag abstract turned on. Do you agree? By the way, we are having some problems with multiple inheritance. I mean : - A is the root - B and C inherits from A - D inherits from B and C. Is it possible to solve that issue? I think it is related to the way MDR is implemented. Regards. Olivier.