Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » ETL
ETL [message #1279370] Fri, 28 March 2014 16:42 Go to next message
Dana Dg is currently offline Dana DgFriend
Messages: 3
Registered: February 2014
Junior Member
Hi,

I'm currently updating an ETL module, in the module was using the emf method "eAllContents()" and apparently it worked in the past but now it doesn't. So I changed this method into iterative calls to "eContents()" to get the required result and it is working fine.

I would like to know if there is any particular reason why eAllContents stopped working.

Thanks,
Dana
Re: ETL [message #1279380 is a reply to message #1279370] Fri, 28 March 2014 16:59 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 Dana,

eAllContents() returns an iterator. In previous versions of Epsilon we used to automatically expand iterators to collections, however we've come to realise this is not a great idea when working with very large models. Apologies for any inconvenience caused.

Cheers,
Dimitris
Re: ETL [message #1279385 is a reply to message #1279380] Fri, 28 March 2014 17:07 Go to previous message
Dana Dg is currently offline Dana DgFriend
Messages: 3
Registered: February 2014
Junior Member
Thanks Demitris
Previous Topic:[URGENT] Creating XML Model using EOL
Next Topic:Inconsistency with generated code { EVL not getting picked }
Goto Forum:
  


Current Time: Tue Mar 19 09:39:41 GMT 2024

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

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

Back to the top