Skip to main content



      Home
Home » Modeling » Epsilon » Getting title of elements in EWL
Getting title of elements in EWL [message #504126] 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 #504629 is a reply to message #504126] 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:Error when running the standalone examples
Next Topic:Getting title of elements in EWL
Goto Forum:
  


Current Time: Wed Jul 23 01:00:12 EDT 2025

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

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

Back to the top