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 "Graphical Modeling Framework/Concepts/Links"

 
(Generator Model)
Line 1: Line 1:
 +
==Graphical Definition==
 +
 +
==Mapping==
 +
 
==Generator Model==
 
==Generator Model==
  

Revision as of 11:22, 20 October 2006

Graphical Definition

Mapping

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