|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <div class="seqdiag" style="height: 600px">
| | {{SH_Triple|Vivienne Poy|Aspects|Politics}} |
| | | {{SH_Add|4667|20100708201627|User:Rparungao}}{{SH_Obsolete|0}}{{SH_Delete|5470|20100710233212|User:David Mason}} |
| seqdiag {
| |
| clientTracerouteRunner;
| |
| clientBrowser;
| |
| transitionServer;
| |
| extantServer;
| |
| | |
| clientTR -> 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>
| |