Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » How to generate UML from java source
How to generate UML from java source [message #625877] Thu, 29 July 2010 14:16 Go to next message
SN  is currently offline SN Friend
Messages: 4
Registered: July 2010
Junior Member
Hi all,

Could someone help me on how can I generate UML diagram from my existing Java source/classes? Is there any good plugin that would allow me to do it? I will appreciate any suggestion.

Thanks,
Re: How to generate UML from java source [message #625878 is a reply to message #625877] Thu, 29 July 2010 14:22 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
In think the MoDisco project would be able to help with that.

SN wrote:
> Hi all,
>
> Could someone help me on how can I generate UML diagram from my
> existing Java source/classes? Is there any good plugin that would
> allow me to do it? I will appreciate any suggestion.
>
> Thanks,


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: How to generate UML from java source [message #625879 is a reply to message #625877] Fri, 30 July 2010 09:42 Go to previous messageGo to next message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
The creation of UML diagrams from a java code is called "reverse engineering ".
You can use the following options:
- use of the Modisco plugin and code inside what you need
- create an EMF model and then transform it to UML (Papyrus, Topcase, UML 2 tools)
- map the code to the metamodel (e.g. Omondo)

I think that the ultimate stage is to directly map your java code to your model & metamodel.
I have written a documentation on this subject: http://www.forum-omondo.com/documentation_eclipseuml_2008/re verse/reverse/reverse_engineering_example.html
Re: How to generate UML from java source [message #651749 is a reply to message #625877] Tue, 01 February 2011 13:26 Go to previous message
No real name is currently offline No real nameFriend
Messages: 10
Registered: March 2010
Junior Member
See Reverse Java http://www.reversejava.com. This is an excellent tool to generate UML Diagrams
Previous Topic:Sequence diagrams: How to add message data? And using editor in general...
Next Topic:How to create sequence diagram using java
Goto Forum:
  


Current Time: Fri Apr 19 19:31:03 GMT 2024

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

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

Back to the top