Skip to main content



      Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Mapping of BPMN Elements
Mapping of BPMN Elements [message #1479603] Wed, 19 November 2014 10:25 Go to next message
Eclipse UserFriend
Hello Everyone,

I would like to know the mapping of all BPMN elements to the classes in the BPMN metamodel.

Can somebody please guide me to where I can find this information?

Thanks in advance
Re: Mapping of BPMN Elements [message #1479613 is a reply to message #1479603] Wed, 19 November 2014 10:35 Go to previous messageGo to next message
Eclipse UserFriend
Are you asking how the tool palette tools map to BPMN2 types? I think it's pretty obvious: Sequence Flow -> SequenceFlow, Message Flow -> MessageFlow, etc...

Re: Mapping of BPMN Elements [message #1479625 is a reply to message #1479613] Wed, 19 November 2014 10:42 Go to previous messageGo to next message
Eclipse UserFriend
Thanks Robert for the quick response.

I am not asking about the palette I am asking about the mappings to the classes in org.eclipse.bpmn2 metamodel.

I want to programmatically create a EMF bpmn file with the information collected from a bpmn file in JSON format

[Updated on: Wed, 19 November 2014 12:37] by Moderator

Re: Mapping of BPMN Elements [message #1484612 is a reply to message #1479625] Sun, 23 November 2014 11:05 Go to previous messageGo to next message
Eclipse UserFriend
I'm still confused...mapping implies at least two models, one of which is the bpmn2 metamodel - what's the other?
Please fill in the blank:

"I am asking about the mappings of ___________ to the classes in org.eclipse.bpmn2 metamodel."
Re: Mapping of BPMN Elements [message #1484968 is a reply to message #1484612] Sun, 23 November 2014 18:16 Go to previous messageGo to next message
Eclipse UserFriend
Eg: StartEvent interface in bpmn2 metamodel represents the start event. what interface or class represents pool in bpmn2 metamodel?

The blank in your question is the BPMN elements(tasks, gateways, pool, lane, events, flows, associations etc.)
Re: Mapping of BPMN Elements [message #1493387 is a reply to message #1484968] Sun, 30 November 2014 11:51 Go to previous messageGo to next message
Eclipse UserFriend
A Pool is the graphical representation of a Participant; this is also the Participant class in the BPMN2 model. Lane corresponds to Lane, Associations -> Association and so on and so on and so on...I don't know how to make it any clearer than that. I suggest you read through the BPMN2 specification first, then if there's something you still don't understand ask again.
Re: Mapping of BPMN Elements [message #1496137 is a reply to message #1493387] Tue, 02 December 2014 15:30 Go to previous message
Eclipse UserFriend
Thank you for the information. Yeah BPMN2 specification is what I need to study
Previous Topic:Starting with BPMN 2.0 Modeler
Next Topic:Horizontal and vertical pools
Goto Forum:
  


Current Time: Sun Jul 06 09:14:11 EDT 2025

Powered by FUDForum. Page generated in 0.03853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top