[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Superclasses unavailable

hi
open the .genmodel. in the properties, model section, set 'public 
constructors'


"Tomas Zijdemans" <trommas@xxxxxxxxx> schrieb im Newsbeitrag 
news:fc8sfc$r4r$1@xxxxxxxxxxxxxxxxxxxx
> Nicolai Kamenzky wrote:
>> Which errors do you get when validating you model files?
>>
>> This should be a workaround:
>> In your ecore file make your superclass abstract and add a new child
>> class with no additional attributes etc. and use this one in
>> yournode mapping.
>>
>> Cheers,
>> Nicolai
>>
>>
>
> Thanks! will try this tomorrow :) - I don't get any errors I'm just not 
> allowed to create a node in my map when other classes subclass it.