Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Displaying link between 2 models
Displaying link between 2 models [message #119269] Fri, 13 April 2007 18:58 Go to next message
Eclipse UserFriend
Originally posted by: awagle.sjm.com

Hi,

I have a link between 2 EMF models. The ecore file looks something like
this:

<eClassifiers xsi:type="ecore:EClass" name="Class1">

<eStructuralFeatures xsi:type="ecore:EReference" name="somename"
eType="ecore:EClass ../../project_name/model/model2.ecore#//ClassName"/>

</eClassifiers>

This basically is showing that Class1 has link to another class "ClassName"
in model2.ecore.

This relationship is not getting shown when i import this ecore in the GMF.
There are no errors or anything.

Can this relationship be shown in GMF?

Thx,

Atul
Re: Displaying link between 2 models [message #119452 is a reply to message #119269] Mon, 16 April 2007 11:03 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Atul,

> This relationship is not getting shown when i import this ecore in the
> GMF. There are no errors or anything.
Do you mean association link from Class1 to ClassName on corresponding Ecore
diagram?

-----------------
Alex Shatalin
Previous Topic:links to links GMF feature
Next Topic:Diagram code generation generates invalid code
Goto Forum:
  


Current Time: Sat Jul 27 15:52:43 GMT 2024

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

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

Back to the top