Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [ETL] Difference between = and ::=
[ETL] Difference between = and ::= [message #1730697] Wed, 27 April 2016 17:16 Go to next message
Nicolas   is currently offline Nicolas Friend
Messages: 38
Registered: October 2014
Member
Hello all,

Could someone explain me the difference between = and ::= ? For example, I've seen some of your example transformations and I see some rules doing things like:

t.name = s.name;
t.contents ::= s.contents;

What is the difference between that and:

t.name = s.name;
t.contents = s.contents;

Thanks Smile
Re: [ETL] Difference between = and ::= [message #1730698 is a reply to message #1730697] Wed, 27 April 2016 17:21 Go to previous messageGo to next message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2154
Registered: July 2009
Location: York, UK
Senior Member

Hi Nicolas,

t.contents ::= s.contents; 


has the same semantics as

t.contents = s.contents.equivalent();


Cheers,
Dimitris
Re: [ETL] Difference between = and ::= [message #1730699 is a reply to message #1730698] Wed, 27 April 2016 17:22 Go to previous message
Nicolas   is currently offline Nicolas Friend
Messages: 38
Registered: October 2014
Member
Thank you Dimitris, I wasn't aware of those shortcuts Smile
Previous Topic:Epsilon: How to generate a documentation file (s)
Next Topic:rename tag name by EOL
Goto Forum:
  


Current Time: Thu Mar 28 09:51:57 GMT 2024

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

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

Back to the top