Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Compartments
Compartments [message #213205] Wed, 10 December 2008 19:20 Go to next message
luciano is currently offline lucianoFriend
Messages: 16
Registered: July 2009
Junior Member
Hi,

how do i model the following scenario within gmf:

In my ecore-model, i have a class with a feature name and three
many-valued containment feature x, y, z. The corresponding figure should
look as follows:

|------------------|
| name |
|------------------|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
|------------------|

In the left column, all figures from feature x should appear in a flow
layout.
In the middle column, all figures from feature y should appear in a
xy-layout.
In the right column, all figures from feature z should appear in a flow
layout.

I tried many different things with compartments, but could get it the
right away. Any suggestions how to model that?

Regards,
Luzi
Re: Compartments [message #213275 is a reply to message #213205] Thu, 11 December 2008 16:23 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello luciano,

Try:
- setting "listLayout" property to false for central compartment.
- specifying appropriate layout for the node figure containing compartments
(to visualize compartments vertically one by one).

-----------------
Alex Shatalin
Previous Topic:Audit rule confusion
Next Topic:GMF & 2D data
Goto Forum:
  


Current Time: Fri Apr 19 13:38:36 GMT 2024

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

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

Back to the top