Booch's Dynamic Diagrams
Use state transition and interaction diagrams to illustrate the dynamic nature of an application.
Below is a table that lists what each of the dynamic Booch diagrams corresponds to in
UML.
| Booch (OOD) |
Unified Modeling Language (UML) |
| State transition diagram |
Statechart diagram |
| Interaction diagram |
Sequence diagram |
Booch's Dynamic Diagram Notations
State
States represent situations during the life of an object. Draw a Booch state symbol using a rectangle
with rounded corners and two compartments. Use the oval-shaped H symbol to indicate the most recently visited state.
Learn how to edit text on this object.
For other dynamic diagram notations and symbols, visit our tutorial on UML
statechart and
sequence diagrams.