Ixsub

From zooid Wiki
Revision as of 02:02, 18 March 2015 by DavidM (talk | contribs)
Jump to navigation Jump to search

seqdiag {

 clientTR;
 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 -> 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"];

}