Skip to main content



      Home
Home » Modeling » M2T (model-to-text transformation) » [Xtend] test on infinity value
[Xtend] test on infinity value [message #537379] Wed, 02 June 2010 05:06 Go to next message
Eclipse UserFriend
Hi,

when building a metamodel, -1 symbolize the maximum value in a EAttribute.
But whenever I want to make a test on a EAttribute, if I want to check if it's value is higher than 12 (for example), I need to make two tests, in case the value is infinite (-1).

attribute > 1 || attribute == -1

It is more for beauty than a necessity, but is there an extension that does both tests, or would I have to write it.
Re: [Xtend] test on infinity value [message #537395 is a reply to message #537379] Wed, 02 June 2010 06:10 Go to previous message
Eclipse UserFriend
Hi Maxime,

EAttribute has a property 'many'. I think this is what you search for.

Regards,
~Karsten
Previous Topic:[Acceleo] Package with uri 'http://www.eclipse.org/uml2/3.0.0/UML' not found
Next Topic:[XTend] something like instanceof?
Goto Forum:
  


Current Time: Sat Jul 05 13:24:51 EDT 2025

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

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

Back to the top