How to build a model programmatically ?
Arnaud Cuccuru <[email protected]> Tue, 14 Oct 2003 17:24:18 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have generated JMI interfaces from a metamodel (xmi file). And now, i would like to use these interfaces to build an instance of this metamodel programmatically. But the problem is that there's only interfaces generated, and no factory (with static methods for constructor for example). Could you tell me the way to build a model ? Thank you.