Mercurial > hg > Database > Alice
diff src/alice/test/topology/fish/DistributedFish.java @ 35:ac3b48c5f4da
share width each other with tree
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 20 Jan 2012 04:00:12 +0900 |
parents | |
children | 3155337e754e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/alice/test/topology/fish/DistributedFish.java Fri Jan 20 04:00:12 2012 +0900 @@ -0,0 +1,13 @@ +package alice.test.topology.fish; + +import alice.topology.node.TopologyNode; + +public class DistributedFish { + + public static void main(String[] args) { + FishConfig conf = new FishConfig(args); + TopologyNode node = new TopologyNode(conf, StartFish.class); + + } + +}