Mercurial > hg > Database > Alice
view src/alice/test/topology/ring/RingTopology.java @ 30:b5a21baf0b07
implements RingTopology
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 Jan 2012 16:13:03 +0900 |
parents | |
children | 3155337e754e |
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); TopologyNode node = new TopologyNode(conf, StartRing.class); } }