Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Modular Design(General Information)
Modular Design [message #1791610] Mon, 02 July 2018 21:18 Go to next message
fabio Mising name is currently offline fabio Mising nameFriend
Messages: 3
Registered: February 2011
Junior Member
Hi all,

I'm trying to design a transformation aiming to reuse the more I can.
I've used the "uses" keyboard to import a simple library where I've defined a simple helper "test":
library SimpleLib;

helper def : test() : Integer = 2;


In order to use the "test" helper I've imported "SimpleLib" like in the following code
uses SimpleLib

????


but the eclipse completion don't show "test", neither as "SimpleLib.test", what should i do to call the helper "test" outside the library where it is defined?

Thank you very much for your help.

ps. I've tried to find this topic in the forum or in some tutorial. In case this information were available elsewhere I'd apologise myself and ask for the link
Re: Modular Design [message #1791667 is a reply to message #1791610] Tue, 03 July 2018 16:06 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

That information is indeed well-hidden:
https://www.eclipse.org/forums/index.php/t/205043/


Cheers,
Dennis
Previous Topic:About ATL headless mode
Next Topic:Lazy Rules for nested Model elements
Goto Forum:
  


Current Time: Thu Apr 25 02:26:43 GMT 2024

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

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

Back to the top