Mercurial > hg > Members > tatsuki > Alice
view src/alice/test/topology/ring/RingTopology.java @ 65:ca42a2c8ac22
add local access api
author | kazz |
---|---|
date | Thu, 09 Feb 2012 19:33:46 +0900 |
parents | 1a498f436332 |
children |
line wrap: on
line source
package alice.test.topology.ring; import alice.topology.node.TopologyNode; public class RingTopology { public static void main(String[] args) { RingTopologyConfig conf = new RingTopologyConfig(args); new TopologyNode(conf, new StartRing(conf)); } }