|
|
|
|
11
|
Sometimes, to achieve desired result, you need to perform scenario on different
|
11
|
Sometimes, to achieve desired result, you need to perform scenario on different
|
12
|
objects. Typically this is case in server-client scenario: you set up a server,
|
12
|
objects. Typically this is case in server-client scenario: you set up a server,
|
13
|
connect client, do something with client, do something with server, connect
|
13
|
connect client, do something with client, do something with server, connect
|
14
|
-another client observe server, you get the point.
|
|
|
|
|
14
|
+another client, observe server, you get the point.
|
15
|
|
15
|
|
16
|
In order to filter out repeating of all the clients and servers, and allow for
|
16
|
In order to filter out repeating of all the clients and servers, and allow for
|
17
|
a more intuitive representation (e.g. an icon), we need to introduce a special
|
17
|
a more intuitive representation (e.g. an icon), we need to introduce a special
|