Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Double links are created when using palette tool
Double links are created when using palette tool [message #56683] Thu, 28 September 2006 00:47 Go to next message
Borna is currently offline BornaFriend
Messages: 1
Registered: July 2009
Junior Member
If I initialize a diagram with a valid model, the link is properly displayed
between two model elements. If I delete the single valid link, the data
model
is properly updated. If I use the palette creation tool to create a link
(called an attribute mapping in this model) between two elements (called
attributes in this model), the link is created once in the data model, but
displayed as two visible links.


<eClassifiers xsi:type="ecore:EClass" name="AttributeMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="source"
eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination"
eType="#//Attribute"/>
</eClassifiers>

Example Screenshot:
https://bugs.eclipse.org/bugs/attachment.cgi?id=50871&ac tion=view
Re: Double links are created when using palette tool [message #56895 is a reply to message #56683] Thu, 28 September 2006 09:20 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Borna,

Looks like a problem described in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=148021

-----------------
Alex Shatalin
Previous Topic:Is GMF the right tool for me?
Next Topic:Sample DB persistence program
Goto Forum:
  


Current Time: Sun Jun 30 11:42:14 GMT 2024

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

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

Back to the top