Re: [mdr-users] Tran forming UML interface within MOF

Martin Matula <[email protected]> Tue, 11 Oct 2005 17:52:35 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
Hi Olivier,

Olivier RICHAUD wrote:
> 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?

Yes, I guess.

> 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.

What issue do you want to solve? I don't see any problem with that - we 
use models that have this kind of hierarchy.
Martin