Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Meaning of '<:='
Meaning of '<:=' [message #1801552] Tue, 22 January 2019 12:39 Go to next message
jo ber is currently offline jo berFriend
Messages: 94
Registered: August 2018
Member
Hi
In several ATL examples I've seen the notation
<:=
. But I couldn't find documentation about its meaning. Could someone explain its signification?

thank you and kind regards,
Re: Meaning of '<:=' [message #1801579 is a reply to message #1801552] Tue, 22 January 2019 21:09 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

It's ATL's assignment operator (vs. '<-', which is the binding operator). It is the same as '<-', except that it skips the source to target element tracing step. In EMFTVM:
b <- e.a

is the same as
b <:= e.a.resolve()

It is sometimes useful to suppress the source to target tracing mechanism.


Cheers,
Dennis
Previous Topic: java.lang.IncompatibleClassChangeError?
Next Topic:[ATL] Matching in a called rule
Goto Forum:
  


Current Time: Fri Apr 19 20:01:35 GMT 2024

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

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

Back to the top