view src/alice/test/topology/share/FishMovementConfig.java @ 96:a5fce70380e8 working

add share test
author sugi
date Tue, 19 Jun 2012 17:52:01 +0900
parents
children
line wrap: on
line source

package alice.test.topology.share;

import alice.topology.node.TopologyNodeConfig;;

public class FishMovementConfig extends TopologyNodeConfig {
	
	public FishMovementConfig(String[] args){
		super(args);
	} 
	

}