Sequence Diagrams
Sequence diagrams document the interactions between classes to achieve a result, such as a use case. Because UML is designed for object-oriented programming, these communications between classes are known as messages. The Sequence diagram lists objects horizontally, and time vertically, and models these messages over time.
Notation
In a Sequence diagram, classes and actors are listed as columns, with vertical lifelines indicating the lifetime of the object over time.
No comments:
Post a Comment