Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » Bug or me ??
Bug or me ?? [message #609691] Tue, 04 December 2007 18:19
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
Hi all,

Maybe i'm wrong but i've noticed a problem when writing a tcs. Here's a
simple metamodel that denotes my problem:

abstract class A {}
class B extends A {}
class C extends B {}

and the corresponding TCS

template A abstract;
template B
: "B" ...
;
template C
: "C" ...
;

But at injection execution the class C is not recognized ?
If i change my metamodel like this:

abstract class A {}
class B extends A {}
class C extends A {}

then the injection goes well !!
Where i'm wrong ?

Regards.
Previous Topic:[TCS] Language Project example and dependent project's version
Next Topic:[TCS] Type checking: KM3+TCS or ATL
Goto Forum:
  


Current Time: Thu Apr 25 17:40:17 GMT 2024

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

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

Back to the top