Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Connection between compartments
Connection between compartments [message #489396] Fri, 02 October 2009 19:09 Go to next message
dl is currently offline dlFriend
Messages: 33
Registered: July 2009
Member
Hi,
I am new one in GMF.
I have my simple model for networks, like:
class Network
class Node
class NetworkNode extends Node
Also I have an 'root' class that represents domain model and contains above
classes.
I used the NetworkNode as compartments inside Network, while Node represents
outside element.
The problem is that with my connections I can link Node with other Nodes,
but not the NetworkNode with NetworkNode inside Network.
I don't know what I am doing wrong. Can you please suggest me something...
Thanks in advance
Re: Connection between compartments [message #489523 is a reply to message #489396] Sun, 04 October 2009 12:59 Go to previous message
Alex Shatalin is currently offline Alex ShatalinFriend
Messages: 141
Registered: July 2009
Senior Member
Hello DL,

You have to create "normal" viewmap for NewtorkNode (same as for Node - AFAIU
now you are using simple lable for displaying NetworkNodes).
In addition check "ListLayout" property is set to "false" for the corresponding
compartment in .gmfgen model.

-----------------
Alex Shatalin
Previous Topic:Validation and Teneo?
Next Topic:Update the properties of a link when he is created
Goto Forum:
  


Current Time: Thu Apr 18 19:39:57 GMT 2024

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

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

Back to the top