Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Problem trying to create general link types
Problem trying to create general link types [message #148369] Wed, 29 August 2007 07:54 Go to next message
Eclipse UserFriend
Originally posted by: asimullah.gmail.com

I'm trying to create an editor that has a general 'connect' link type that
connects different node-types together, producing the xml below.

<a name="id1">
...
<connect to="id2"/>
</a>
<b name="id2">
...
<connect to="id3"/>
<connect to="id4"/>
</b>
<c name="id3">
...
</c>
<d name="id4">
...
</d>

I can't seem to get a Link mapping that will work for what I want. Been
through the tutorial but I feel the need of some help now ;)

Any ideas?
Re: Problem trying to create general link types [message #149821 is a reply to message #148369] Mon, 10 September 2007 12:48 Go to previous message
Eclipse UserFriend
Hello Asim,

Check org.eclipse.gmf.ecore.editor - Generalization link there looks exactly
as the link you are trying to model.

-----------------
Alex Shatalin
Previous Topic:GmfGen, does not preserve changed values
Next Topic:Label Missing after GMF 2.0 Upgrade
Goto Forum:
  


Current Time: Tue Jul 22 02:02:09 EDT 2025

Powered by FUDForum. Page generated in 0.08653 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top