Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Refering xcore from EMFatic file
Refering xcore from EMFatic file [message #1259599] Fri, 28 February 2014 15:28 Go to next message
Phil H is currently offline Phil HFriend
Messages: 267
Registered: November 2012
Senior Member
Hi,

I wonder if it's possible to refer a class inside a xcore file from an EMFatic file?
Both, the xcore and EMFatic file, are contained in different plugins (eclipse porject).

Imagine the following project structure:

Project A, containing the xcore:
.....
class Com extends ICom{
	contains IPort[] ports
	.....
}

.....

Project B, containing the EMFatic file:
....
class Feature{
  	attr EString name;
  	// here I would like to refer to class Com from the xcore:
        // ref Com[*] coms;
}

...

Is this somehow possible?

Cheers,
Phil
Re: Refering xcore from EMFatic file [message #1259779 is a reply to message #1259599] Fri, 28 February 2014 19:53 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
Phil,

I'm not sure what's possible from EMFatic. Best you ask them. It seems
like something that should work in principle.

On 28/02/2014 4:28 PM, Phil H wrote:
> Hi,
>
> I wonder if it's possible to refer a class inside a xcore file from an
> EMFatic file?
> Both, the xcore and EMFatic file, are contained in different plugins
> (eclipse porject).
>
> Imagine the following project structure:
>
> Project A, containing the xcore:
> ....
>
> class Com extends ICom{
> contains IPort[] ports
> .....
> }
> ....
>
> Project B, containing the EMFatic file:
> ...
> class Feature{
> attr EString name;
> // here I would like to refer to class Com from the xcore:
> // ref Com[*] coms;
> }
> ..
>
> Is this somehow possible?
>
> Cheers,
> Phil


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Refering xcore from EMFatic file [message #1266370 is a reply to message #1259599] Fri, 07 March 2014 10:59 Go to previous messageGo to next message
Phil H is currently offline Phil HFriend
Messages: 267
Registered: November 2012
Senior Member
I thought that this is the right place to ask, as this forum is called EMF "Technology" (Ecore Tools, EMFatic, etc).

I haven't found an way yet that supports xcore in ecore.
Re: Refering xcore from EMFatic file [message #1266961 is a reply to message #1266370] Sat, 08 March 2014 07:23 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
Phil,

EMFatic is supported by the folks working on Epsilon so best to ask on
the eclipse.epsilon forum.

On 07/03/2014 11:59 AM, Phil H wrote:
> I thought that this is the right place to ask, as this forum is called
> EMF "Technology" (Ecore Tools, EMFatic, etc).
>
> I haven't found an way yet that supports xcore in ecore.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[Texo] Ordered bidirecional relationship, join colums and mapped by
Next Topic:[ECP] Trouble viewing new model elements
Goto Forum:
  


Current Time: Fri Apr 19 03:24:34 GMT 2024

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

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

Back to the top