Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BPMN Modeler » BPMN Meta Model
BPMN Meta Model [message #8196] Mon, 09 February 2009 11:15 Go to next message
Asha Mising name is currently offline Asha Mising nameFriend
Messages: 18
Registered: July 2009
Junior Member
Hi,

I am looking for BPMN Meta Model. From where can I get.

Ecore file or EMOF or CMOF form of BPMN Meta model should be fine with me.

I checked in OMG site as well I could not find it there.

Can you please help me in locating this.

Thanks and Regards,
Asha.
Re: BPMN Meta Model [message #8227 is a reply to message #8196] Mon, 09 February 2009 13:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Our model is available here:
http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn-mode ler/org.eclipse.stp.bpmn/trunk/org.eclipse.stp.bpmn/model/

Note that it is by no means an OMG approved metamodel. BPMN 2 is still
being discussed and they haven't shared a definitive meta model just yet.

Thanks,

Antoine

Asha wrote:
> Hi,
>
> I am looking for BPMN Meta Model. From where can I get.
> Ecore file or EMOF or CMOF form of BPMN Meta model should be fine with me.
>
> I checked in OMG site as well I could not find it there.
>
> Can you please help me in locating this.
>
> Thanks and Regards,
> Asha.
>
Re: BPMN Meta Model [message #8507 is a reply to message #8227] Sat, 14 February 2009 18:37 Go to previous messageGo to next message
Felix is currently offline FelixFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Antoine,
if it's possible I would like to use your metamodel. I want to draw with
your tool a diagram and use the *.bpmn file to import it in another
project. I don't need all the graphical description of the layout and the
representation with gmf. All I need is somehow the information about the
bpmn-tasks, events, gateways and how they are connected beetween each
other.
Is the *.bpmn_diagram file only for the description of the layout?

How could I import out of the *.bpmn file and the ecore-files in the
model-directory a BPMN-diagram? Is there somewhere in your sourcecode
already a "load"-function or something else? I think I need only the
bpmn.ecore, right?


thx Felix
Re: BPMN Meta Model [message #8537 is a reply to message #8507] Sat, 14 February 2009 22:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Felix wrote:
> Hi Antoine,
> if it's possible I would like to use your metamodel. I want to draw with
> your tool a diagram and use the *.bpmn file to import it in another
> project. I don't need all the graphical description of the layout and
> the representation with gmf. All I need is somehow the information about
> the bpmn-tasks, events, gateways and how they are connected beetween
> each other.
> Is the *.bpmn_diagram file only for the description of the layout?
Yes.
> How could I import out of the *.bpmn file and the ecore-files in the
> model-directory a BPMN-diagram? Is there somewhere in your sourcecode
> already a "load"-function or something else? I think I need only the
> bpmn.ecore, right?
I'm not sure what you mean here. The bpmn_diagram may be initialized
from the bpmn diagram through a gmf action.
>
>
> thx Felix
Re: BPMN Meta Model [message #8564 is a reply to message #8537] Mon, 16 February 2009 09:28 Go to previous messageGo to next message
Felix is currently offline FelixFriend
Messages: 10
Registered: July 2009
Junior Member
Antoine Toulme wrote:
> I'm not sure what you mean here. The bpmn_diagram may be initialized
> from the bpmn diagram through a gmf action.
At the moment I'm importing the bpmn-file with an ResourceSet. Therefor I
try to understand your model and create all the object manual, for example

for (EObject object :resource.getContents())
{
if (BpmnDiagram.class.isInstance(object))
diagrams.add((BpmnDiagram)object);
}

Is there somewhere in your code a method which instantiate automatically
all the objects definied in the bpmn-file?

ciao Felix
Re: BPMN Meta Model [message #9256 is a reply to message #8564] Mon, 16 February 2009 11:51 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Felix wrote:
> Antoine Toulme wrote:
>> I'm not sure what you mean here. The bpmn_diagram may be initialized
>> from the bpmn diagram through a gmf action.
> At the moment I'm importing the bpmn-file with an ResourceSet. Therefor
> I try to understand your model and create all the object manual, for
> example
>
> for (EObject object :resource.getContents())
> {
> if (BpmnDiagram.class.isInstance(object))
> diagrams.add((BpmnDiagram)object);
> }
Sorry, but I don't understand what you are trying to achieve there, not
sure it matters if I do.
>
> Is there somewhere in your code a method which instantiate automatically
> all the objects definied in the bpmn-file?
Yes, of course, the BpmnFactory is there for that. That's how EMF loads
models in general.
>
> ciao Felix
>
Previous Topic:Intalio <=x=> OMG
Next Topic:Removing Palette Items Tutorial Help
Goto Forum:
  


Current Time: Tue Apr 16 20:15:59 GMT 2024

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

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

Back to the top