Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » how to recover all information from the diagram
how to recover all information from the diagram [message #156841] Tue, 23 October 2007 16:01 Go to next message
Eclipse UserFriend
Originally posted by: giuseppeloprete.gmail.com

Hi all, I have a problem: I create, for example, 3 node in file
"*.example_diagram" (with my editor) that I call A,B,C
I draw a connection from A to B. If I go in the related xml "*.example" I
find this:

<connection name="conn_1"/>
<source name="A"/>
<target name="B"/>
</connection>

And this is correct. Then, I create a new connection from B to C. I go in
the xml and I find this structure:

<connection name="conn_1"/>
<source name="A"/>
</connection>
<connection name="conn_2"/>
<source name="B"/>
<target name="C"/>
</connection>

So, I lost information about the first connection and I don't know how to
get it. The "*.example" isn't correct, the "*.example_diagram" is correct.
But I need to work on the xml file and not on the diagram.

Pleas help me, I'm blocked with my thesis.
Thanks
Re: how to recover all information from the diagram [message #157246 is a reply to message #156841] Fri, 26 October 2007 14:15 Go to previous message
Eclipse UserFriend
Originally posted by: giuseppeloprete.gmail.com

problem solved, if you have the same error check the ecore connections
Previous Topic:cascade delete in emf/gmf
Next Topic:node' name
Goto Forum:
  


Current Time: Sat Jul 27 17:18:00 GMT 2024

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

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

Back to the top