Does eclipse have an export to UML feature?
I want to produce simple UML models from whatever code I have so I can look at it on a high level.
I dont need anything powerful, I dont have any training in modelling I just want to generate a simple representation of my code so I can understand it better
how can I do this?
thank you, Version: Helios Service Release 1
Re: Does eclipse have an export to UML feature?
I haven't use one. But I think you can ask Google for something like "Eclipse UML Plugins".
Re: Does eclipse have an export to UML feature?
I did look around, but I figured instead of trying different things I could get an informed, current opinion about what would be best from you experts
I found something called ArgoUML which generated class diagrams from my .java files which is what I wanted... I wonder if it can do sequence?
also my eyes are drawn to your website link, I shall investigate.
Re: Does eclipse have an export to UML feature?
I did look around, but I figured instead of trying different things I could get an informed, current opinion about what would be best from you experts
I found something called ArgoUML which generated class diagrams from my .java files which is what I wanted... I wonder if it can do sequence?
also is that your website? I am so glad you posted that it looks like an amazing resource... so I could routinely look at different examples of code each day and learn a lot (is that the idea?)
Re: Does eclipse have an export to UML feature?
I didnt think the first comment posted sorry
Re: Does eclipse have an export to UML feature?
I think it won't generate the sequence diagram automatically for you. You need to choose the classes that you want to put in the sequence diagram and then you define their interaction. There is also a website that allow you create a sequence diagram online, you can try WebSequenceDiagrams.com - Draw and Edit Sequence Diagrams in seconds.
Yes, that is my website that I use to take some notes and share with others who also learn Java like myself.
Re: Does eclipse have an export to UML feature?
Moved from New to Java
db