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