|
|
Line 1: |
Line 1: |
| <div class="seqdiag" style="height: 600px">
| | {{SH_Triple|Thomas Kunito Shoyama|Arts|Politics}} |
| | | {{SH_Add|5454|20100710233137|User:David Mason}}{{SH_Obsolete|0}} |
| seqdiag {
| |
| client;
| |
| clientBrowser;
| |
| transitionServer;
| |
| extantServer;
| |
| | |
| client -> transitionServer [label = "submits traceroute output"];
| |
| transitionServer -> transitionServer [label = "parses output"];
| |
| transitionServer -> extantServer [label = "submits parsed output"];
| |
| extantServer -> transitionServer [label = "sends traceroute id"];
| |
| transitionServer -> client [label = "sends traceroute id"];
| |
| clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
| |
| clientBrowser --> extantServer [label = "requests detail view"];
| |
| | |
| } | |
| | |
| | |
| </div>
| |