Re: writing collection of refobjects through xmiwriter
Daniel Prusa <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
> How is it written exactly? A link can be in different namespace as the > objects they link? > > If I want to serialize all RefObjects within a namespace, I will also get > the links between those RefObjects, while these links can be defined in a > different namespace. Yes, if there are RefObjects that are instances of class C and links linking these objects, where the association related to these links is A, then A can be possibly defined in a different package than C. (I hope I have interpreted your description correctly ...) Daniel