Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Ecore 2 UML
Ecore 2 UML [message #476886] Tue, 29 January 2008 04:55 Go to next message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
Is there an easy way to import an Ecore into UML2? I just need the
class diagram subset of UML, which Ecore closely resembles.

The reason I ask is because I have a bunch of Ecore models and I would
like to render them (as diagrams in my thesis) and none of Ecore diagram
tools shows the ordered attribute, however, most of the UML tools do.

Cheers,
Ian
Re: Ecore 2 UML [message #476887 is a reply to message #476886] Tue, 29 January 2008 07:17 Go to previous messageGo to next message
Stefan Kuhn is currently offline Stefan KuhnFriend
Messages: 355
Registered: July 2009
Senior Member
did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
> Is there an easy way to import an Ecore into UML2? I just need the
> class diagram subset of UML, which Ecore closely resembles.
>
> The reason I ask is because I have a bunch of Ecore models and I would
> like to render them (as diagrams in my thesis) and none of Ecore diagram
> tools shows the ordered attribute, however, most of the UML tools do.
>
> Cheers,
> Ian
Re: Ecore 2 UML [message #476890 is a reply to message #476887] Tue, 29 January 2008 12:01 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Ian,

What about EMFT's Ecore Tools project? That lets you render a diagram
directly for the Ecore model without need for UML.


SKuhn wrote:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I
>> would like to render them (as diagrams in my thesis) and none of
>> Ecore diagram tools shows the ordered attribute, however, most of the
>> UML tools do.
>>
>> Cheers,
>> Ian


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Ecore 2 UML [message #476896 is a reply to message #476887] Tue, 29 January 2008 18:15 Go to previous messageGo to next message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
Thanks Stefan,

This is exactly what I was looking for. I thought it would be through
an import, but this makes sense too.

It also answered my question of where did the export XML schema go :-).

Cheers,
Ian

SKuhn wrote:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I would
>> like to render them (as diagrams in my thesis) and none of Ecore
>> diagram tools shows the ordered attribute, however, most of the UML
>> tools do.
>>
>> Cheers,
>> Ian
Re: Ecore 2 UML [message #476897 is a reply to message #476890] Tue, 29 January 2008 18:28 Go to previous messageGo to next message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
I am Using Topcased Ecore and UML graphical viewers. Their Ecore tool
is GREAT! The only problem is, there ecore editor doesn't show the
{ordered} annotations, but their UML tool does. (not really a big
issue, but I know I will get asked about this if I don't include it).

Plus the export to PDF works slightly better on the UML viewer than the
Ecore one.

Once I figure out if these editors are making up the new Ecore Tools, I
will open up a feature request for this.

Cheers,
Ian


Ed Merks wrote:
> Ian,
>
> What about EMFT's Ecore Tools project? That lets you render a diagram
> directly for the Ecore model without need for UML.
>
>
> SKuhn wrote:
>> did you try the uml export in the genmodel?
>>
>> -stefan
>>
>> Ian Bull wrote:
>>> Is there an easy way to import an Ecore into UML2? I just need the
>>> class diagram subset of UML, which Ecore closely resembles.
>>>
>>> The reason I ask is because I have a bunch of Ecore models and I
>>> would like to render them (as diagrams in my thesis) and none of
>>> Ecore diagram tools shows the ordered attribute, however, most of the
>>> UML tools do.
>>>
>>> Cheers,
>>> Ian
Re: Ecore 2 UML [message #477027 is a reply to message #476887] Wed, 05 March 2008 15:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
Jörg

SKuhn schrieb:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I
>> would like to render them (as diagrams in my thesis) and none of
>> Ecore diagram tools shows the ordered attribute, however, most of the
>> UML tools do.
>>
>> Cheers,
>> Ian
Re: Ecore 2 UML [message #477028 is a reply to message #477027] Wed, 05 March 2008 15:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Hi, Jörg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -> Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


Jörg von Frantzius wrote:

> Hi,
>
> I kept on looking for this for quite a while now, installed all features
> seeming relevant, but I can't find this export (or import) feature for
> converting ecore to uml2.
>
> Could anybody please tell please what feature exactly this is part of
> (e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
> right-click .ecore or .genmodel file, choose "Export..." and then there
> should be "UML2" somewhere?
>
> Thanks for any hints,
> Jörg
>
> SKuhn schrieb:
>> did you try the uml export in the genmodel?
>>
>> -stefan
>>
>> Ian Bull wrote:
>>> Is there an easy way to import an Ecore into UML2? I just need the
>>> class diagram subset of UML, which Ecore closely resembles.
>>>
>>> The reason I ask is because I have a bunch of Ecore models and I
>>> would like to render them (as diagrams in my thesis) and none of
>>> Ecore diagram tools shows the ordered attribute, however, most of the
>>> UML tools do.
>>>
>>> Cheers,
>>> Ian
Re: Ecore 2 UML [message #477029 is a reply to message #477028] Wed, 05 March 2008 16:08 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
There should also be an 'Export Model...' context menu item available when
the generator model is selected in the Package Explorer view...

Kenn

"Christian W. Damus" <cdamus@ca.ibm.com> wrote in message
news:fqmfqt$ev2$1@build.eclipse.org...
> Hi, J
Re: Ecore 2 UML [message #477030 is a reply to message #477028] Wed, 05 March 2008 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alright, I didn't look at the "Generator" menu in the main menu bar!<br>
<br>
Thanks for your answer!<br>
<br>
Christian W. Damus schrieb:
<blockquote cite="mid:fqmfqt$ev2$1@build.eclipse.org" type="cite">
<pre wrap="">Hi, Jörg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -&gt; Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


Jörg von Frantzius wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
Jörg

SKuhn schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is there an easy way to import an Ecore into UML2? I just need the
class diagram subset of UML, which Ecore closely resembles.

The reason I ask is because I have a bunch of Ecore models and I
would like to render them (as diagrams in my thesis) and none of
Ecore diagram tools shows the ordered attribute, however, most of the
UML tools do.

Cheers,
Ian
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>
Re: Ecore 2 UML [message #477031 is a reply to message #477029] Wed, 05 March 2008 16:17 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK, now that's two menu entries I hadn't seen :)<br>
<br>
I had only been looking at the general "Export..." context menu entry.
Thanks for the hint.<br>
<br>
Kenn Hussey schrieb:
<blockquote cite="mid:fqmgha$m0q$1@build.eclipse.org" type="cite">
<pre wrap="">There should also be an 'Export Model...' context menu item available when
the generator model is selected in the Package Explorer view...

Kenn

"Christian W. Damus" <a class="moz-txt-link-rfc2396E" href="mailto:cdamus@ca.ibm.com">&lt;cdamus@ca.ibm.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:fqmfqt$ev2$1@build.eclipse.org">news:fqmfqt$ev2$1@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hi, J&ouml;rg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -&gt; Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


J&ouml;rg von Frantzius wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
J&ouml;rg

SKuhn schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is there an easy way to import an Ecore into UML2? I just need the
class diagram subset of UML, which Ecore closely resembles.

The reason I ask is because I have a bunch of Ecore models and I
would like to render them (as diagrams in my thesis) and none of
Ecore diagram tools shows the ordered attribute, however, most of the
UML tools do.

Cheers,
Ian
</pre>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
<br>
</body>
</html>
Re: Ecore 2 UML [message #625943 is a reply to message #476886] Tue, 29 January 2008 07:17 Go to previous message
Stefan Kuhn is currently offline Stefan KuhnFriend
Messages: 355
Registered: July 2009
Senior Member
did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
> Is there an easy way to import an Ecore into UML2? I just need the
> class diagram subset of UML, which Ecore closely resembles.
>
> The reason I ask is because I have a bunch of Ecore models and I would
> like to render them (as diagrams in my thesis) and none of Ecore diagram
> tools shows the ordered attribute, however, most of the UML tools do.
>
> Cheers,
> Ian
Re: Ecore 2 UML [message #625946 is a reply to message #476887] Tue, 29 January 2008 12:01 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Ian,

What about EMFT's Ecore Tools project? That lets you render a diagram
directly for the Ecore model without need for UML.


SKuhn wrote:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I
>> would like to render them (as diagrams in my thesis) and none of
>> Ecore diagram tools shows the ordered attribute, however, most of the
>> UML tools do.
>>
>> Cheers,
>> Ian


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Ecore 2 UML [message #625952 is a reply to message #476887] Tue, 29 January 2008 18:15 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
Thanks Stefan,

This is exactly what I was looking for. I thought it would be through
an import, but this makes sense too.

It also answered my question of where did the export XML schema go :-).

Cheers,
Ian

SKuhn wrote:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I would
>> like to render them (as diagrams in my thesis) and none of Ecore
>> diagram tools shows the ordered attribute, however, most of the UML
>> tools do.
>>
>> Cheers,
>> Ian
Re: Ecore 2 UML [message #625953 is a reply to message #476890] Tue, 29 January 2008 18:28 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
I am Using Topcased Ecore and UML graphical viewers. Their Ecore tool
is GREAT! The only problem is, there ecore editor doesn't show the
{ordered} annotations, but their UML tool does. (not really a big
issue, but I know I will get asked about this if I don't include it).

Plus the export to PDF works slightly better on the UML viewer than the
Ecore one.

Once I figure out if these editors are making up the new Ecore Tools, I
will open up a feature request for this.

Cheers,
Ian


Ed Merks wrote:
> Ian,
>
> What about EMFT's Ecore Tools project? That lets you render a diagram
> directly for the Ecore model without need for UML.
>
>
> SKuhn wrote:
>> did you try the uml export in the genmodel?
>>
>> -stefan
>>
>> Ian Bull wrote:
>>> Is there an easy way to import an Ecore into UML2? I just need the
>>> class diagram subset of UML, which Ecore closely resembles.
>>>
>>> The reason I ask is because I have a bunch of Ecore models and I
>>> would like to render them (as diagrams in my thesis) and none of
>>> Ecore diagram tools shows the ordered attribute, however, most of the
>>> UML tools do.
>>>
>>> Cheers,
>>> Ian
Re: Ecore 2 UML [message #626143 is a reply to message #476887] Wed, 05 March 2008 15:46 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
Jörg

SKuhn schrieb:
> did you try the uml export in the genmodel?
>
> -stefan
>
> Ian Bull wrote:
>> Is there an easy way to import an Ecore into UML2? I just need the
>> class diagram subset of UML, which Ecore closely resembles.
>>
>> The reason I ask is because I have a bunch of Ecore models and I
>> would like to render them (as diagrams in my thesis) and none of
>> Ecore diagram tools shows the ordered attribute, however, most of the
>> UML tools do.
>>
>> Cheers,
>> Ian
Re: Ecore 2 UML [message #626144 is a reply to message #477027] Wed, 05 March 2008 15:56 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Hi, Jörg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -> Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


Jörg von Frantzius wrote:

> Hi,
>
> I kept on looking for this for quite a while now, installed all features
> seeming relevant, but I can't find this export (or import) feature for
> converting ecore to uml2.
>
> Could anybody please tell please what feature exactly this is part of
> (e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
> right-click .ecore or .genmodel file, choose "Export..." and then there
> should be "UML2" somewhere?
>
> Thanks for any hints,
> Jörg
>
> SKuhn schrieb:
>> did you try the uml export in the genmodel?
>>
>> -stefan
>>
>> Ian Bull wrote:
>>> Is there an easy way to import an Ecore into UML2? I just need the
>>> class diagram subset of UML, which Ecore closely resembles.
>>>
>>> The reason I ask is because I have a bunch of Ecore models and I
>>> would like to render them (as diagrams in my thesis) and none of
>>> Ecore diagram tools shows the ordered attribute, however, most of the
>>> UML tools do.
>>>
>>> Cheers,
>>> Ian
Re: Ecore 2 UML [message #626145 is a reply to message #477028] Wed, 05 March 2008 16:08 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
There should also be an 'Export Model...' context menu item available when
the generator model is selected in the Package Explorer view...

Kenn

"Christian W. Damus" <cdamus@ca.ibm.com> wrote in message
news:fqmfqt$ev2$1@build.eclipse.org...
> Hi, J
Re: Ecore 2 UML [message #626146 is a reply to message #477028] Wed, 05 March 2008 16:15 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alright, I didn't look at the "Generator" menu in the main menu bar!<br>
<br>
Thanks for your answer!<br>
<br>
Christian W. Damus schrieb:
<blockquote cite="mid:fqmfqt$ev2$1@build.eclipse.org" type="cite">
<pre wrap="">Hi, Jörg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -&gt; Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


Jörg von Frantzius wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
Jörg

SKuhn schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is there an easy way to import an Ecore into UML2? I just need the
class diagram subset of UML, which Ecore closely resembles.

The reason I ask is because I have a bunch of Ecore models and I
would like to render them (as diagrams in my thesis) and none of
Ecore diagram tools shows the ordered attribute, however, most of the
UML tools do.

Cheers,
Ian
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>
Re: Ecore 2 UML [message #626147 is a reply to message #477029] Wed, 05 March 2008 16:17 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK, now that's two menu entries I hadn't seen :)<br>
<br>
I had only been looking at the general "Export..." context menu entry.
Thanks for the hint.<br>
<br>
Kenn Hussey schrieb:
<blockquote cite="mid:fqmgha$m0q$1@build.eclipse.org" type="cite">
<pre wrap="">There should also be an 'Export Model...' context menu item available when
the generator model is selected in the Package Explorer view...

Kenn

"Christian W. Damus" <a class="moz-txt-link-rfc2396E" href="mailto:cdamus@ca.ibm.com">&lt;cdamus@ca.ibm.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:fqmfqt$ev2$1@build.eclipse.org">news:fqmfqt$ev2$1@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hi, J&ouml;rg,

If you have the UML2 SDK installed (not UML2Tools), then you can export a
UML model from any EMF model (*.genmodel).

Make sure that your configuration includes the
org.eclipse.uml2.uml.ecore.exporter plug-in.

Then, in the Generator editor for a *.genmodel (possibly sourced from
Ecore), select the "Generator -&gt; Export Model..." action in the main menu
bar. In the export wizard, select the "UML model" option and proceed from
there.

HTH,

Christian


J&ouml;rg von Frantzius wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi,

I kept on looking for this for quite a while now, installed all features
seeming relevant, but I can't find this export (or import) feature for
converting ecore to uml2.

Could anybody please tell please what feature exactly this is part of
(e.g. "UML2 Tools"?), and how I can access it in Eclipse? Is that
right-click .ecore or .genmodel file, choose "Export..." and then there
should be "UML2" somewhere?

Thanks for any hints,
J&ouml;rg

SKuhn schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">did you try the uml export in the genmodel?

-stefan

Ian Bull wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Is there an easy way to import an Ecore into UML2? I just need the
class diagram subset of UML, which Ecore closely resembles.

The reason I ask is because I have a bunch of Ecore models and I
would like to render them (as diagrams in my thesis) and none of
Ecore diagram tools shows the ordered attribute, however, most of the
UML tools do.

Cheers,
Ian
</pre>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
<br>
</body>
</html>
Previous Topic:Re: [UML2] how to load UML_PRIMITIVE_TYPES_LIBRARY
Next Topic:[Announce] UML2 Tools at EclipseCon 2008
Goto Forum:
  


Current Time: Tue Apr 16 12:01:24 GMT 2024

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

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

Back to the top