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/Concepts/Links

< Graphical Modeling Framework
Revision as of 11:20, 20 October 2006 by Dstadnik.borland.com (Talk | contribs)

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

Generator Model

Link is represented by GenLink class in the model. It may reference the following model facets:

  • LinkModelFacet
    • TypeLinkModelFacet - for type based links
    • FeatureLinkModelFacet - for feature based links

In addition to the properties derived from the other models GenLink provides:

  • outgoingCreationAllowed (true) - it is possible to draw the link from source to target on diagram
  • incomingCreationAllowed (false) - it is possible to draw the link from target to source on diagram
  • viewDirectionAlignedWithModel (true) - when link is drawn from target to source it's direction in domain and notation models differ; when this property is true view in notation model will be "reoriented" to be aligned with direction in domain model

Back to the top