view src/alice/test/topology/aquarium/fx/OtherNode.java @ 1:b997f2ce1a04

add Controller Class
author one
date Sat, 26 Jan 2013 18:29:45 +0900
parents 6f44308ee519
children bf24d5200770
line wrap: on
line source

package alice.test.topology.aquarium.fx;

import alice.codesegment.CodeSegment;

public class OtherNode extends CodeSegment{

	@Override
	public void run() {
		ods.put("local", "list", new RoutingTable("parent"));
		new RegistRoutingTable();
		ods.put("parent", "member", "ADD_MEM");
		
	}

}