Ixsub

From zooid Wiki
Revision as of 02:03, 18 March 2015 by DavidM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

}