Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stp-dev] BPMN Editor Metamodel Question..

Hi Andrea,

this is the right way to proceed, but the activity may also be contained into a subprocess.

Best is to build a recursive method to look for the parent until the parent is a pool or null (in case the activity has no parent).

HTH

Antoine

On Nov 12, 2007 6:04 AM, Andrea Zoppello <andrea.zoppello@xxxxxx> wrote:
Hi,

I've a question on STP Bpmn metamodel.

If i've an instance of org.eclipse.stp.bpmn.Activity is there a way to
get org.eclipse.stp.bpmn.Pool object that contains it??

I see that there's a method getGraph, and that
"org.eclipse.stp.bpmn.Pool" extend "org.eclipse.stp.bpmn.Graph" but i
don't know if this is the right way to proceed...

Thanks
--

*Andrea Zoppello*
___________________________________________
<www.spagoworld.org>

Spagic Architect
___________________________________________

Architect
Research & Innovation Division
*Engineering Ingegneria Informatica S.p.A.
*
Corso Stati Uniti, 23/C - 35127 Padova - Italy
Phone:  +39-049.8692511    Fax:+39-049.8692566

*www.eng.it                    www.spagoworld.org*




_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev



--
http://antoine.toulme.name
http://www.lunar-ocean.com
http://www.requirements-tracker.com

Back to the top