Hi Rajesh,
There are APIs available...assuming you want to traverse a Delivery Process or Capability Pattern within EPF Composer. The best way is look at the EPF source implementation. Here is a good example:
Eclipse Plug-in: org.eclipse.epf.export.msp
Java Source: org.eclipse.epf.export.msp.services.ExportProjectTemplateService
Java Method: protected void generateXML(Process process, StringBuffer strBuf)
If you are thinking of parsing the XMI files directory, that is another story.
Regards,
Kelvin
| Rajesh Jain <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 08/11/2006 05:39 AM
|
|
Are there API's to add/view/modify to the Delivery Process. I am try to programatically compose/parse a Delivery Process
and the XMI Model is very complex and seems like a non-human readable model.
Are there Java API's to traverse through the Model?
regards
RJ.
_______________________________________________
epf-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/epf-dev
_______________________________________________ epf-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/epf-dev
