[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmt] [Epsilon][Eugenia]Multiple compartments problem
|
- From: Kimon Polychroniadis <kpolychr@xxxxxxxxx>
- Date: Sat, 23 Aug 2008 15:03:28 +0100
- Newsgroups: eclipse.modeling.gmt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
Hello,
I seem to be having a problem with inclusion relationships. In previous
versions of EuGENia, I didnt have any problem but now I get an error
message. The class is the following:
@gmf.diagram
@gmf.node(label="name")
class MyModel{
attr String name;
@gmf.compartment
val StaticView[*] structuralElements;
@gmf.compartment
val DynamicView[*] dynamicElements;
@gmf.compartment
val OrganizationalView[*] organizationalElements;
@gmf.compartment
val MyModel[*] modelViews;
}
The error message is "Node is referenced from multiple containers with
different 'List Layout' values".
Could you give me any hint on what is the problem?
Best regards,
Kimon