This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Alternate flows -- sequence diagrams Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Alternate flows -- sequence diagrams" Watch "Alternate flows -- sequence diagrams" New topic
Author

Alternate flows -- sequence diagrams

veena madhukar
Ranch Hand

Joined: Apr 28, 2006
Posts: 86
How are alternate flows such as if the customer not logged in, pay by award points to be shown in sequence diagram?
suekar meredilko
Ranch Hand

Joined: Mar 27, 2006
Posts: 153
I am showing it seperately in another sequence diagram.
Bobby Sh
Ranch Hand

Joined: Feb 14, 2006
Posts: 49
I am using Iteraction Frame 'alt' to show this
veena madhukar
Ranch Hand

Joined: Apr 28, 2006
Posts: 86
Thanks for your response.

Bobby, Could you please what tool you are using to draw uml? I tried using Magic draw. But i am finding it difficult to work with as my system (laptop) becomes very slow with that.

Veena
Bobby Sh
Ranch Hand

Joined: Feb 14, 2006
Posts: 49
I am using staruml
veena madhukar
Ranch Hand

Joined: Apr 28, 2006
Posts: 86
Bobby, can i pls. have your comments on staruml? i plan to download the same.
Cleuton Sampaio
Ranch Hand

Joined: Nov 11, 2005
Posts: 181
Hi,

I am using "alt" or "opt" frames as necessary to show alternate flows.

About StarUML, I think it is a great tool. I used Jude in the past, but I am using StarUML in my classes (I am also a teacher).

Cleuton (Brazil)


Cleuton Sampaio<br />Systems Architect<br />(SCEA,SCWCD,SCBCD,MCSE,MCSD)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Alternate flows -- sequence diagrams
 
Similar Threads
showing Alternative Flows in sequence diagram
Passed part II/III with 95%
Alternative flows on sequence diagrams in part 2...
expressing alternate flows
Jude - Seq. Diagram - How to?