• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SEQUENCE DIAGRAM

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am currently using OMONDO as a plugin for eclipse for creating UML diagrams , especially sequence diagrams.

I have just started learning how to create sequence diagrams from that.Now what i want to know that is there any way that , on giving a class name and all method relationships, some tool or OMONDO plugin for UML itself can generate the Sequence Diagram for me.Or do we need to create the Sequence digram manually.

I tried to explore the same but it dint work out for me.

Any quick help would be appreciated.

Thanks in advance,
Saurabh
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some tool yes, some no. Unfortunately for your tool, I have not used. But the name for this is "reverse engineering" code to uml.

Be careful with your tool though, some tools go into way too much detail like all the stuff within java and javax pacakages which you don't need. You would hoepfully be able to tell it how deep to go in the tool.

Mark
 
I am not a spy. Definitely. Definitely not a spy. Not me. No way. But this tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic