In other format I have UMLModelFacadeLogicImpl which I need it to be mapped to UML:Model how can I do that?
what is the equivalent UML class for the XMI <UML:Model> tag element?
for example when I wanna map my Facade to the uml class that represent XMI <UML:Class> tag element
I mapped it as follow:
- Code: Select all
<metafacade class="org.andromda.cartridges.deployment.metafacades.UMLClassFacadeLogicImpl">
<mapping class="org.omg.uml.foundation.core.UmlClass$Impl">
</mapping>
</metafacade>
so <UML:Class> is equivalent to org.omg.uml.foundation.core.UmlClass$Impl
so which class is equivalent to <UML:Model>
