[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
|
- From: Richard Gronback <richard.gronback@xxxxxxxxxxx>
- Date: Mon, 11 May 2009 12:02:02 -0400
- Newsgroups: eclipse.modeling.amalgam
- Organization: EclipseCorner
- Thread-index: AcnSUdJYNUBLHDROpEa5gN8Z+t09qQ==
- Thread-topic: Unable to add a reference to Ecore EAttribute in Tooltip class
- User-agent: Microsoft-Entourage/12.17.0.090302
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.
>