Skip to main content



      Home
Home » Modeling » Epsilon » Getting title of elements in EWL
Getting title of elements in EWL [message #583944] Thu, 17 December 2009 06:30 Go to next message
Eclipse UserFriend
Hi,

I am using tools.select(t|t."title" in EWL and that seems to be the problem.

If i write tools.select(t|t.~title is that correct escaping or how should i escape correctly?

Many thanks
attila
Re: Getting title of elements in EWL [message #584017 is a reply to message #583944] Mon, 21 December 2009 15:34 Go to previous message
Eclipse UserFriend
Bak Attila wrote on Thu, 17 December 2009 06:30
> Hi,
>
> I am using tools.select(t|t."title" in EWL and that seems to be the problem.
>
> If i write tools.select(t|t.~title is that correct escaping or how should i escape correctly?
>
> Many thanks
> attila


Attila,

I'm terribly sorry for the delay in responding to your question. I had a problem using my RSS reader, which I believe I've now corrected.

Since Epsilon 0.8.8, the correct syntax is: t.`title`

The tilde prefix is used to access "extended" properties of a model element. Extended properties are used to attach some kind of information (that is not supported by the metamodel) to particular model elements. Until now, we've been using Maps to achieve this (similarly to what we've done above).

A more thorough discussion of extended properties is available here:

http://epsilonblog.wordpress.com/2008/01/30/extended-propert ies-in-eol/

Best,
Louis.
Previous Topic:Getting title of elements in EWL
Next Topic:EWL Wizards question
Goto Forum:
  


Current Time: Tue Jul 22 18:06:06 EDT 2025

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

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

Back to the top