• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic