view src/alice/test/topology/fish/FishConfig.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
line wrap: on
line source

package alice.test.topology.fish;

import alice.topology.node.TopologyNodeConfig;

public class FishConfig extends TopologyNodeConfig {

	public FishConfig(String[] args) {
		super(args);
		
	}
	
}