Mercurial > hg > FederatedLinda
annotate tools/python-PE/CompactRouting/example.xml @ 8:6c40056777be
Initial revision
author | fuchita |
---|---|
date | Sat, 16 Feb 2008 13:18:02 +0900 |
parents | |
children |
rev | line source |
---|---|
8 | 1 <graph label = "Graf"> |
2 <node id = "A" label = "localhost:10000"> | |
3 <destination id = "B"/> | |
4 </node> | |
5 <node id = "B" label = "localhost:10001"> | |
6 <destination id = "C"/> | |
7 </node> | |
8 <node id = "C" label = "localhost:10002"> | |
9 <destination id = "D"/> | |
10 </node> | |
11 <node id = "D" label = "localhost:10003"> | |
12 <destination id = "A"/> | |
13 </node> | |
14 </graph> |