Re: copy of JMI extents
Holger Krug <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 06, 2002 at 01:25:49PM +0200, Holger Krug wrote: > In this situation instances of `A' and `B' may reference each other, > so that when the copy is created one of them, e.g. the instance of > `A', must be created first, the place where the instance of `B' has to > be added later on has to be recorded, the instance of `B' has to be > created and then it has to be put somewhere deep inside `AStruct'. This > all is solvable, but it seems really to be an ugly programming task, > so I would be happy if a solution would be already ready out there. .. uups, how stupid, I forgot that I can use the default factory method and set the attributes later on. So I will give it a try. But if anybody has it already implemented, please tell ! -- Holger Krug [email protected]