No real name Messages: 12 Registered: October 2010
Junior Member
Hello everyone,
at first I will give u a short resumee about what I want to do in general.
I've got a DSL script, which is based on a Xtext grammar.
The main goal is to visualize the script in some kind of UML Activity diagramm.
I've got some ideas about using jface data binding and gmf, but here it's absolutely necessary to have some Datamodel in the beginning ( Ecore-Model e.g.) And thats where I stuck right now.
How do I transform the DSL script into an Ecore Model ?
Maybe I am totally on a wrong track , are there different approaches ? The Model-View-Controller attempt appeared to me the right thing to do it.