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 "GMF MapModel"

 
Line 1: Line 1:
 
GMF MapModel is a model combining GMF GraphModel, GMF ToolModel and domain Ecore model all together and finally describing diagram editor. Composed instance of this model should be transformed into [[GMF GenModel]] prior to diagram code generation.
 
GMF MapModel is a model combining GMF GraphModel, GMF ToolModel and domain Ecore model all together and finally describing diagram editor. Composed instance of this model should be transformed into [[GMF GenModel]] prior to diagram code generation.
  
*[[GMF Nodes]]
+
*[[GMF Nodes|Nodes]]
*[[GMF Links]]
+
*[[GMF Links|Links]]
*[[GMF Labels]]
+
*[[GMF Labels|Labels]]

Latest revision as of 11:41, 20 October 2006

GMF MapModel is a model combining GMF GraphModel, GMF ToolModel and domain Ecore model all together and finally describing diagram editor. Composed instance of this model should be transformed into GMF GenModel prior to diagram code generation.

Back to the top