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

Difference between revisions of "Talk:Graphical Modeling Framework/FAQ"

(one initial emf model + one diagram emf model + one gmf diagram =???? several differents diagram views synchronized)
 
 
(No difference)

Latest revision as of 06:05, 4 November 2009

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.