Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Problem with a reference Tag
Problem with a reference Tag [message #1760366] Wed, 26 April 2017 11:59 Go to next message
im hello world is currently offline im hello worldFriend
Messages: 44
Registered: February 2017
Member
Hi everybody
I have this simplified xml file:

<event id="A" name="B" >
<target>Task_3</target>
</event>

where <target> is a reference to an existing element <task id="Task_3 ">
so, when i want to get the <target>'s value :Task_3 i always get in the console :
Sequence {<unknown>!<unnamed>}
"Task_3" is never displayed..
i need to get the value of <target> ,
please, what do you think the problem is?
thanks
Re: Problem with a reference Tag [message #1760670 is a reply to message #1760366] Mon, 01 May 2017 08:10 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

<unknown> means that ATL does not know in which model the element resides. <unnamed> means that the element does not have a "name" property.

Cheers,
Dennis
Previous Topic:atl metamodel
Next Topic:'atl metamodel.ecore'
Goto Forum:
  


Current Time: Thu Apr 25 16:37:53 GMT 2024

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

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

Back to the top