Concept Flow - Sequence diagrams
Start: Actor sends message
Message received by Object 1
Object 1 processes message
Object 1 sends message to Object 2
Object 2 processes message
Object 2 sends response back
Response received by Object 1
Object 1 sends response to Actor
End
Sequence diagrams show how objects communicate by sending messages in order over time, starting from an actor initiating interaction.