Hey everyone,
I am trying to design an activity diagram (UML) for a networked tic tac toe game that I developed, with sockets. I am using activity partitions (swimlanes). So, there is three partitions: Client1, Server, and Client2.
The diagram is looking good, except I do not know how to represent loop structures.
If you look at this link: activity diagram, and look at the last diagram on the page (Partition), that is the type of activity diagram that I am working with.
Does anyone know how I can represent loops? Thanks!