Imagine that a program spawns multiple threads to do the same kind of sequences interacting with different versions of objects. How do I model this in a sequence diagram?
Say a thread is being replicated n number of times and this thread then performs some operations with objects A,B and C n number of times. How does one show it in a sequence diagram?
different versions of objects
you mean different instances of the same classes ? The executions are done in parallel very probably ? – bruno