Hello Farrukh!

Most of the XMI parser for ArgoUML is hidden within the MDR product. I
think that it is generated from the MOF description of the UML model at
the same time as the rest of the MDR things are generated.

org.argouml.persistence is the correct package but all it does it that
it calls the Model.getXmiReader().parse(something) that after a series
of calls translates to
XMIReaderFactory.getDefault().createXMIReader(config).read(something).
It might be possible to track this further down into the some of the
Netbeans jar files for mdr but I think you will soon end up in generated
code.

Good luck!

        /Linus

> -----Original Message-----
> From: Farrukh S. Najmi [mailto:[EMAIL PROTECTED]
> Sent: den 14 september 2006 18:57
> To: [email protected]
> Subject: [argouml-dev] Where is the XMI parser
> 
> (Resending after fixing the message to replace UML with XMI).
> 
> Could someone guide me as to where is the XMI parser for ArgoUML.
> Also if there is any documentation on the design that would be very
> helpful.
> 
> I am looking for a XMI parser for a separate project and investigating
> if there is anything I can leverage from ArgoUML.
> 
> Is the "org.argouml.persistence" the correct package?
> Are there any design docs I can refer to?
> 
> Thanks for your guidance.
> 
> --
> Regards,
> Farrukh
> 
> Web: http://www.wellfleetsoftware.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to