Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon][Eugenia]Multiple compartments problem
[Epsilon][Eugenia]Multiple compartments problem [message #620045] Sat, 23 August 2008 14:03
Kimon Polychroniadis is currently offline Kimon PolychroniadisFriend
Messages: 30
Registered: July 2009
Member
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
Previous Topic:[Epsilon] [Eugenia] EnumType Attributes
Next Topic:[xtext] Error in the generated PartitionScanner
Goto Forum:
  


Current Time: Sat Apr 20 01:03:30 GMT 2024

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

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

Back to the top