Skip to main content



      Home
Home » Modeling » ATL » Issue in Trasformation with dot !!
Issue in Trasformation with dot !! [message #988813] Mon, 03 December 2012 05:26 Go to next message
Eclipse UserFriend
Hello,

I have this problem:

from
s: A!TypeA
to
t: B!Type.B

where dot is my critical problem!!

This dot, is contained in the name of my tag element, and so, is necessary..

Any suggestions!?

Thanks in advance.
Donato.
Re: Issue in Trasformation with dot !! [message #988910 is a reply to message #988813] Mon, 03 December 2012 11:34 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

Dot is a specific symbol in ATL, so it should not be normally used as part of a string.
Have you tried to escape the full string by doing something like:
t: B!"Type.B"

Best regards,

Hugo
Re: Issue in Trasformation with dot !! [message #989001 is a reply to message #988910] Tue, 04 December 2012 04:32 Go to previous message
Eclipse UserFriend
Yeah!! This is the solution!!

from A!TypeA
to B!"Type.B"...the double quotes is the solution!!

Thanks!!
Previous Topic:different transformed results between ATL configuration and Java programming transformation
Next Topic:Can I divide my script in different files?
Goto Forum:
  


Current Time: Wed Jul 23 05:11:58 EDT 2025

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

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

Back to the top