Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Help to start
Help to start [message #187495] Fri, 16 May 2008 14:07
Nicola Salvo is currently offline Nicola SalvoFriend
Messages: 42
Registered: July 2009
Member
Hello,

I have to implement a workflow GUI, and I'm trying to understand if
GMF + RCP are the right tools to be used. This GUI has to receive a list
of activities (I suppose modeled with EMF?) from a server, let the user to
compose the WF graphically (I suppose here is GMF) and then when he hits
the RUN button submit the workflow (that are a sequence of calls to a
client framework). Now I've been reading several
tutorials, but I miss how I will be able to parse the model and call the
rights methods.
If this is the WF:

INPUT->A->OUTPUT

how can I generate this sequence of calls:

class INPUT in the workflow framework? Something like

make_INPUT()
make_OUTPUT()
make_A()
link(INPUT,A)
link(A,OUTPUT)

Sorry for the long mail, but I'm really new to this kind of problems, and
I have to start asap.
Thanks

Nicola
Previous Topic:Constraining figures to avoid overlap in gmf editor
Next Topic:Bounds getting changed
Goto Forum:
  


Current Time: Thu Sep 26 18:15:46 GMT 2024

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

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

Back to the top