Ixsub

From zooid Wiki
Revision as of 22:58, 4 March 2015 by DavidM (talk | contribs)
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 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"];

}