view 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 source

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);

	}

}