annotate tools/python-PE/CompactRouting/example.xml @ 67:264123227f0d
large tuple case (suggestion)
author |
one |
date |
Sat, 06 Jun 2009 14:33:59 +0900 |
parents |
6c40056777be |
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>
|