Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Graphical Modeling Framework/FAQ

Revision as of 08:29, 10 August 2006 by Lenautilus.free.fr (Talk | contribs) (one initial emf model + one diagram emf model + one gmf diagram =???? several differents diagram views synchronized)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hello,

i have one model (myInitialModel) based on many ecore with emf i have created an Ecore model and a GMF model diagram that taking references on myInitialModel for the Eobjects that it need to proceed. this is myViewDiagram.

My view is initialize from an Eobject (myInitializer) in myInitialModel, as there is many myInitilizer, i have to initialize one diagram for each myInitializer. Each generatedDiagram can contains objects that are reflect on some other generatedDiagram. All must be synchronized (myInitialModel, generatedDiagram(s))

i can easely build the model for my diagram from the selection, but there is no synchronization with myInitialModel. (i'm using MyViewDiagramCreateWizard instanciate in an actionset)

problems are that i can't have more than one diagram (the second one didn't proceed) and there is no synchronization with my first diagram on the initial model...

is anyone can help???

thanks, kev.

p.s.: myInitializer can't instanciate model diagram and as myViewDiagram because of cross references

Back to the top