[Epsilon][Eugenia]Multiple compartments problem [message #620045] |
Sat, 23 August 2008 10:03 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.26185 seconds