• 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 using Rational Rose

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any way to reverse engineer sequence diagrams using Rational Rose?
I have Java code and I have successfully created class diagrams for them using Rational Rose. Now I am trying to create sequence diagrams, but I do not see any option in Rose.
Please help

Thank you!
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope. About the best bet is to use Rose (or a pencil) to take notes while you read code. I do this fairly often to understand code, but almost always throw the results away when done.
 
Radha Swami
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But I think reverse engg to draw sequence diagrams can be done using TogetherJ.

Only class diagrams can be done using Rational Rose?
 
reply
    Bookmark Topic Watch Topic
  • New Topic