Sunday, August 14, 2011

[Research] Sequence Diagrams - What are they?

Sequence digrams are a visual representation of a program. It includes the calls, functions, what they return, and the flow of the entire program so you can see when functions are called, and how they interact. This is an example of what a Sequence Diagram, or a UML diagram, looks like.

StarUML is a freeware program that is easy to use and creates simple and clean UML (Sequence) Diagrams.
You can download it here. (StarUML 5.0 Winx32)

No comments:

Post a Comment