Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] EPF Delivery Process Model


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 <rjain15@xxxxxxxxx>
Sent by: epf-dev-bounces@xxxxxxxxxxx

08/11/2006 05:39 AM

Please respond to
Rajesh Jain <rjain15@xxxxxxxxx>; Please respond to
Eclipse Process Framework Project Developers List <epf-dev@xxxxxxxxxxx>

To
epf-dev@xxxxxxxxxxx
cc
Subject
[epf-dev] EPF Delivery Process Model





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
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev


Back to the top