Ixsub: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SH_Triple|Thomas Kunito Shoyama|Arts|Politics}}
<div class="seqdiag" style="height: 600px">
{{SH_Add|5454|20100710233137|User:David Mason}}{{SH_Obsolete|0}}
 
seqdiag {
  clientTR;
  clientBrowser;
  transitionServer;
  extantServer;
 
  clientTR -> transitionServer [label =  "submits traceroute output"];
  transitionServer -> transitionServer [label = "parses and stores output"];
  transitionServer -> extantServer [label = "submits parsed output"];
  extantServer -> transitionServer [label = "sends traceroute id"];
  transitionServer -> clientTR [label = "sends traceroute id"];
  clientTR -> clientBrowser [label = "opens id'd view"];
  clientBrowser --> transitionServer [label = "requests transition view via traceroute id"];
  clientBrowser --> extantServer [label = "requests extant view"];
 
}
 
 
</div>

Latest revision as of 02:03, 18 March 2015

seqdiag {

 clientTR;
 clientBrowser;
 transitionServer;
 extantServer;
 clientTR -> transitionServer [label =  "submits traceroute output"];
 transitionServer -> transitionServer [label = "parses and stores output"];
 transitionServer -> extantServer [label = "submits parsed output"];
 extantServer -> transitionServer [label = "sends traceroute id"];
 transitionServer -> clientTR [label = "sends traceroute id"];
 clientTR -> clientBrowser [label = "opens id'd view"];
 clientBrowser --> transitionServer [label = "requests transition view via traceroute id"];
 clientBrowser --> extantServer [label = "requests extant view"];

}