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

Graphical Modeling Framework/FAQ

< Graphical Modeling Framework
Revision as of 15:12, 18 January 2006 by Rgronback (Talk | contribs) (A list of Frequently Asked Questions (and answers) about GMF)

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

General

What can I do with GMF?

How can I get started using GMF?

What are the advantages of using GMF over EMF and GEF?

What is the relationship between semantic, domain, notation, and graphical definition models?

How can I contribute to GMF?

What is the release plan for GMF?

Runtime

What does 'canonical' mean in the context of GMF?

As stated in the tutorial "Supporting Canonical Containers": Canonical is the terminology we use to describe a container that keeps its view of the semantic data synchronized with the semantic children. This means there is a complete view of all the semantic data which typically means a 1-1 relationship between the views and the underlying semantic objects. This behavior is necessary because in GMF there are two model layers, one for describing the notation elements on the diagram and another for the semantic model that the notation elements will reference. Please see the Programmers guide for more detailed information regarding GMF runtime architecture. Due to this two tiered model architecture there is need for management between the two layers if the user wants to see a full view of the semantic containment without having to manually create notation views for underlying semantic elements.

Can I use the runtime portion of GMF without the generation portion?

Generation

Can the generation portion of GMF be customized? If so, to what extent?

Back to the top