0

I need to generate Sequence Diagram for my project.

I have made the classes, methods with proper signatures, method calls from one class to other etc., however, i cant really run the web application to get the Sequence diagram by trace since logic is yet to be implemented.

Is there any way in which i can get sequence diagrams without running the trace?

Language:Java

IDE: Eclipse

nitish
  • 15
  • 3
  • try http://argouml.tigris.org/ – GustyWind May 14 '12 at 05:12
  • http://stackoverflow.com/questions/4470329/free-uml-sequence-diagram-reverse-engineering-eclipse-plugin-working-out-of-the – raddykrish May 14 '12 at 05:38
  • hey @raddykrish i have checked diver, however, it needs me to execute my project in trace mode.I cannot execute since i havent put logic yet.My project is currently in design phase,construction hasnt started,i just a rough outline to explain the flow to my colleagues. – nitish May 14 '12 at 05:58
  • the subject of the question says you need a sequence diagram, diver supports static sequence diagram by selecting a method a generate a sequence. you can generate static sequence for important methods and explain your colleagues. – raddykrish May 14 '12 at 15:41
  • @raddykrish thanks buddy!!..That suggestion solved my problem.!!..how do i mark ur comment as the answer? – nitish May 21 '12 at 12:14
  • i can copy my comments as an answer you can accept that. thanks!! – raddykrish May 21 '12 at 16:22

1 Answers1

0

As mentioned in my comments you can use diver to generate static sequence diagrams. Diver supports static sequence diagram by selecting a method and generate a sequence. you can generate static sequence for important methods and explain your colleagues.

raddykrish
  • 1,866
  • 13
  • 15