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

package alice.test.topology.fish;

import alice.codesegment.CodeSegment;

public class StartFish extends CodeSegment {

	@Override
	public void run() {
		CheckMyName cs = new CheckMyName();
		cs.host.setKey("local", "host");
	}

}