[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.amalgam] Re: Unable to add a reference to Ecore EAttribute in Tooltip class

Right, as you can verify with the solution model(s).

Thanks,
Rich


On 5/11/09 11:33 AM, in article
af95c12a8e2c4ded5ed4392286754390$1@xxxxxxxxxxxxxxx, "Jean Michel Boulcourt"
<jeanmimib@xxxxxxxxx> wrote:

> After reading page 121, which contains the resulting Tooltip.xmi, I have
> guessed the following:
> 
> the textAttribute is an EReference to place in DisplayElement class (not
> in Tooltip class) in the tooltip.ecore
> The EType of textAttribute is not EAttribute but should be a GenFeature.
> So there is no need to load the runtime version of Ecore model in the
> resource set of tooltip.ecore. Loading genmodel seems to be enough.
> 
> Can you tell if I do the correct way ? Thanks.
>