[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Compartments

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