Mercurial > hg > FederatedLinda
view tools/python-PE/Routing/example.xml @ 67:264123227f0d
large tuple case (suggestion)
author | one |
---|---|
date | Sat, 06 Jun 2009 14:33:59 +0900 |
parents | 6c40056777be |
children |
line wrap: on
line source
<graph label = "Graf"> <node id = "A" label = "localhost:10000"> <destination id = "B"/> </node> <node id = "B" label = "localhost:10001"> <destination id = "C"/> </node> <node id = "C" label = "localhost:10002"> <destination id = "D"/> </node> <node id = "D" label = "localhost:10003"> <destination id = "A"/> </node> </graph>