Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » UML Graphical Entry and XMI Export
UML Graphical Entry and XMI Export [message #204445] Sat, 03 December 2005 02:22 Go to next message
Leonard J. Reder is currently offline Leonard J. RederFriend
Messages: 9
Registered: July 2009
Junior Member
Hello,

I am new to eclipse and have heard lots of good
things about it. Today I attempted to install
EMF, GEF and EclipseUML. Everything seemed to
work, sort of. I was able to create UML graphically
but I could not export it as XMI.

Does anyone know of a package I can install in
my eclipse that will:

1.) Allow me to graphically enter static class
and statechart diagrams.

2.) Store them to EMF ecore form.

3.) Export them to XMI file format.

Would appreciate a pointer to such a plug-in if it exists.
My understanding in that EclipseUML will support XMI in
January but I think there might be a more public domain
software to use for this avaliable.

Appreciate any replies,

Thanks,

Len
--
____________________________________________________
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: reder@huey.jpl.nasa.gov
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------
Re: UML Graphical Entry and XMI Export [message #204541 is a reply to message #204445] Mon, 05 December 2005 11:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Leonard,

The GMF project is looking to provide interesting graphical editing
capability on top of EMF and GEF so you might want to ask about
graphical things on that newsgroup. I can't really answer many
questions about EclipseUML. I think they do provided statechart diagram
editing. I believe they are moving their focus to fully supporting UML2
with less focus on direct Ecore editing. Since UML2 can be converted to
Ecore, little is lost from such a focus. Ecore itself doesn't support
Statecharts, since Ecore is effectively a simplified subset of UML class
diagrams, so I think you need UML2 to represent statecharts. EMF
generally supports XMI serialization for most models, so I think you
should already be able to save .ecore files and that that is XMI.
You'll probably want to look into the UML2 project as well.


Leonard J. Reder wrote:

> Hello,
>
> I am new to eclipse and have heard lots of good
> things about it. Today I attempted to install
> EMF, GEF and EclipseUML. Everything seemed to
> work, sort of. I was able to create UML graphically
> but I could not export it as XMI.
>
> Does anyone know of a package I can install in
> my eclipse that will:
>
> 1.) Allow me to graphically enter static class
> and statechart diagrams.
>
> 2.) Store them to EMF ecore form.
>
> 3.) Export them to XMI file format.
>
> Would appreciate a pointer to such a plug-in if it exists.
> My understanding in that EclipseUML will support XMI in
> January but I think there might be a more public domain
> software to use for this avaliable.
>
> Appreciate any replies,
>
> Thanks,
>
> Len
Re: UML Graphical Entry and XMI Export [message #204566 is a reply to message #204541] Mon, 05 December 2005 19:24 Go to previous messageGo to next message
Leonard J. Reder is currently offline Leonard J. RederFriend
Messages: 9
Registered: July 2009
Junior Member
Ed,

Thanks very much for the information. Since Ecore does not support
statecharts it seems like this is not a good direction to go in.
I was hoping Ecore would be more complete.

I tried out EclipseUML last Friday and it seemed a little rough
around the edges but I really liked that while I entered UML
various parts of Java code magically appeared. I was using Rhapsody
from I-logix and would have been delighted with a feature like this.

What is the the full name of the GMF newsgroup. I think UML2 does
support StateChart models but then there is the export to XMI question.

Thanks for the reply,

Len

Ed Merks wrote:
> Leonard,
>
> The GMF project is looking to provide interesting graphical editing
> capability on top of EMF and GEF so you might want to ask about
> graphical things on that newsgroup. I can't really answer many
> questions about EclipseUML. I think they do provided statechart diagram
> editing. I believe they are moving their focus to fully supporting UML2
> with less focus on direct Ecore editing. Since UML2 can be converted to
> Ecore, little is lost from such a focus. Ecore itself doesn't support
> Statecharts, since Ecore is effectively a simplified subset of UML class
> diagrams, so I think you need UML2 to represent statecharts. EMF
> generally supports XMI serialization for most models, so I think you
> should already be able to save .ecore files and that that is XMI.
> You'll probably want to look into the UML2 project as well.
>
>
> Leonard J. Reder wrote:
>
>> Hello,
>>
>> I am new to eclipse and have heard lots of good
>> things about it. Today I attempted to install
>> EMF, GEF and EclipseUML. Everything seemed to
>> work, sort of. I was able to create UML graphically
>> but I could not export it as XMI.
>>
>> Does anyone know of a package I can install in
>> my eclipse that will:
>>
>> 1.) Allow me to graphically enter static class
>> and statechart diagrams.
>>
>> 2.) Store them to EMF ecore form.
>>
>> 3.) Export them to XMI file format.
>>
>> Would appreciate a pointer to such a plug-in if it exists.
>> My understanding in that EclipseUML will support XMI in
>> January but I think there might be a more public domain
>> software to use for this avaliable.
>>
>> Appreciate any replies,
>>
>> Thanks,
>>
>> Len
>
>


--
____________________________________________________
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: reder@huey.jpl.nasa.gov
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------
Re: UML Graphical Entry and XMI Export [message #204574 is a reply to message #204566] Mon, 05 December 2005 19:47 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------020601020707030909070107
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Len,

Ecore is intentionally a tiny core subset. GMF stands for Graphical
Modeling Framework.

http://www.eclipse.org/gmf/

A .uml2 file, like a .ecore file, is already serialized as XMI. We are
currently helping them prepare to support XMI 2.1.


Leonard J. Reder wrote:

> Ed,
>
> Thanks very much for the information. Since Ecore does not support
> statecharts it seems like this is not a good direction to go in.
> I was hoping Ecore would be more complete.
>
> I tried out EclipseUML last Friday and it seemed a little rough
> around the edges but I really liked that while I entered UML
> various parts of Java code magically appeared. I was using Rhapsody
> from I-logix and would have been delighted with a feature like this.
>
> What is the the full name of the GMF newsgroup. I think UML2 does
> support StateChart models but then there is the export to XMI question.
>
> Thanks for the reply,
>
> Len
>
> Ed Merks wrote:
>
>> Leonard,
>>
>> The GMF project is looking to provide interesting graphical editing
>> capability on top of EMF and GEF so you might want to ask about
>> graphical things on that newsgroup. I can't really answer many
>> questions about EclipseUML. I think they do provided statechart
>> diagram editing. I believe they are moving their focus to fully
>> supporting UML2 with less focus on direct Ecore editing. Since UML2
>> can be converted to Ecore, little is lost from such a focus. Ecore
>> itself doesn't support Statecharts, since Ecore is effectively a
>> simplified subset of UML class diagrams, so I think you need UML2 to
>> represent statecharts. EMF generally supports XMI serialization for
>> most models, so I think you should already be able to save .ecore
>> files and that that is XMI. You'll probably want to look into the
>> UML2 project as well.
>>
>>
>> Leonard J. Reder wrote:
>>
>>> Hello,
>>>
>>> I am new to eclipse and have heard lots of good
>>> things about it. Today I attempted to install
>>> EMF, GEF and EclipseUML. Everything seemed to
>>> work, sort of. I was able to create UML graphically
>>> but I could not export it as XMI.
>>>
>>> Does anyone know of a package I can install in
>>> my eclipse that will:
>>>
>>> 1.) Allow me to graphically enter static class
>>> and statechart diagrams.
>>>
>>> 2.) Store them to EMF ecore form.
>>>
>>> 3.) Export them to XMI file format.
>>>
>>> Would appreciate a pointer to such a plug-in if it exists.
>>> My understanding in that EclipseUML will support XMI in
>>> January but I think there might be a more public domain
>>> software to use for this avaliable.
>>>
>>> Appreciate any replies,
>>>
>>> Thanks,
>>>
>>> Len
>>
>>
>>
>
>


--------------020601020707030909070107
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!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">
Len,<br>
<br>
Ecore is intentionally a tiny core subset.&nbsp; GMF stands for Graphical
Modeling Framework.&nbsp; <br>
<blockquote><a href="http://www.eclipse.org/gmf/">http://www.eclipse.org/gmf/</a><br>
</blockquote>
A .uml2 file, like a .ecore file,&nbsp; is already serialized as XMI.&nbsp; We
are currently helping them prepare to support XMI 2.1.<br>
<br>
<br>
Leonard J. Reder wrote:
<blockquote cite="mid439493F1.9090808@jpl.nasa.gov" type="cite">Ed,
<br>
<br>
Thanks very much for the information. Since Ecore does not support
<br>
statecharts it seems like this is not a good direction to go in.
<br>
I was hoping Ecore would be more complete.
<br>
<br>
I tried out EclipseUML last Friday and it seemed a little rough
<br>
around the edges but I really liked that while I entered UML
<br>
various parts of Java code magically appeared.&nbsp; I was using Rhapsody
<br>
from I-logix and would have been delighted with a feature like this.
<br>
<br>
What is the the full name of the GMF newsgroup.&nbsp; I think UML2 does
support StateChart models but then there is the export to XMI question.
<br>
<br>
Thanks for the reply,
<br>
<br>
Len
<br>
<br>
Ed Merks wrote:
<br>
<blockquote type="cite">Leonard,
<br>
<br>
The GMF project is looking to provide interesting graphical editing
capability on top of EMF and GEF so you might want to ask about
graphical things on that newsgroup.&nbsp; I can't really answer many
questions about EclipseUML.&nbsp; I think they do provided statechart
diagram editing.&nbsp; I believe they are moving their focus to fully
supporting UML2 with less focus on direct Ecore editing.&nbsp; Since UML2
can be converted to Ecore, little is lost from such a focus.&nbsp; Ecore
itself doesn't support Statecharts, since Ecore is effectively a
simplified subset of UML class diagrams, so I think you need UML2 to
represent statecharts.&nbsp; EMF generally supports XMI serialization for
most models, so I think you should already be able to save .ecore files
and that that is XMI.&nbsp; You'll probably want to look into the UML2
project as well.
<br>
<br>
<br>
Leonard J. Reder wrote:
<br>
<br>
<blockquote type="cite">Hello,
<br>
<br>
I am new to eclipse and have heard lots of good
<br>
things about it.&nbsp; Today I attempted to install
<br>
EMF, GEF and EclipseUML.&nbsp; Everything seemed to
<br>
work, sort of.&nbsp; I was able to create UML graphically
<br>
but I could not export it as XMI.
<br>
<br>
Does anyone know of a package I can install in
<br>
my eclipse that will:
<br>
<br>
1.) Allow me to graphically enter static class
<br>
and statechart diagrams.
<br>
<br>
2.) Store them to EMF ecore form.
<br>
<br>
3.) Export them to XMI file format.
<br>
<br>
Would appreciate a pointer to such a plug-in if it exists.
<br>
My understanding in that EclipseUML will support XMI in
<br>
January but I think there might be a more public domain
<br>
software to use for this avaliable.
<br>
<br>
Appreciate any replies,
<br>
<br>
Thanks,
<br>
<br>
Len
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</body>
</html>

--------------020601020707030909070107--
Previous Topic:Changing Look of Selection Rectangle
Next Topic:To link and edit data structs to graphical elements at runtime
Goto Forum:
  


Current Time: Fri Apr 26 23:36:11 GMT 2024

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

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

Back to the top