Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Create diagram view of model
Create diagram view of model [message #1761000] Fri, 05 May 2017 04:22 Go to next message
Eclipse UserFriend
Hi,

How can I get the (class) diagram from model (xmi,model,etc.)?
Re: Create diagram view of model [message #1761014 is a reply to message #1761000] Fri, 05 May 2017 05:52 Go to previous messageGo to next message
Eclipse UserFriend
https://www.eclipse.org/modeling/graphical.php
Re: Create diagram view of model [message #1761024 is a reply to message #1761014] Fri, 05 May 2017 07:26 Go to previous messageGo to next message
Eclipse UserFriend
Hi

If you specifically mean the Class Diagram of an Ecore metamodel, then https://www.eclipse.org/ecoretools/

Regards

Ed Willink
Re: Create diagram view of model [message #1761054 is a reply to message #1761024] Fri, 05 May 2017 14:29 Go to previous messageGo to next message
Eclipse UserFriend
thank for your replies. I need class diagram of model (not metamodel). like below:
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:persons="persons">
  <persons:Male fullName="Jim March"/>
  <persons:Male fullName="Brandon March"/>
  <persons:Male fullName="Peter Sailor"/>
  <persons:Male fullName="David Sailor"/>
  <persons:Male fullName="Dylan Sailor"/>
  <persons:Female fullName="Cindy March"/>
  <persons:Female fullName="Brenda March"/>
  <persons:Female fullName="Jackie Sailor"/>
  <persons:Female fullName="Kelly Sailor"/>
  </xmi:XMI>


Isn't there any solution other than using GMF?
Re: Create diagram view of model [message #1761055 is a reply to message #1761054] Fri, 05 May 2017 14:34 Go to previous messageGo to next message
Eclipse UserFriend
Hi

Just follow the Sirius tutorial; Sirius is a friendlier front end to GMF.

Regards

Ed Willink

Re: Create diagram view of model [message #1763724 is a reply to message #1761055] Fri, 19 May 2017 02:01 Go to previous message
Eclipse UserFriend
Hi,
To get a diagrammatic view of you model:
Right Click you model (i.e ecore file)--> Initialize ecore diagram file -->Dialog will appear---> Give a name---> Next ---> Finish.

Regards,
saravanakumar

[Updated on: Fri, 19 May 2017 02:03] by Moderator

Previous Topic:convert ecore to xmi
Next Topic:Location of LDAP server logs at Startup
Goto Forum:
  


Current Time: Wed Jun 18 10:11:58 EDT 2025

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

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

Back to the top