Mercurial > hg > Members > tatsuki > Alice
comparison 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 |
comparison
equal
deleted
inserted
replaced
34:ca079a730d0b | 35:ac3b48c5f4da |
---|---|
1 package alice.test.topology.fish; | |
2 | |
3 import alice.topology.node.TopologyNode; | |
4 | |
5 public class DistributedFish { | |
6 | |
7 public static void main(String[] args) { | |
8 FishConfig conf = new FishConfig(args); | |
9 TopologyNode node = new TopologyNode(conf, StartFish.class); | |
10 | |
11 } | |
12 | |
13 } |