Community

UML for the Software Developer, Part 6: Interaction Diagrams

(Mark Goetsch) Sequence diagrams are used to map out class interactions. A sequence diagram is made up of objects, each with its own object lifeline. Interactions between the objects occur by messages that are sent from one object to the next. By convention, the messages are sent from left to right

Read More - Register for Free Membership