Mercurial > hg > Members > tatsuki > Alice
view src/alice/test/topology/movement/FishMovementConfig.java @ 81:02dfb6c72632 working
This is movement test
author | sugi |
---|---|
date | Thu, 24 May 2012 00:20:16 +0900 |
parents | |
children |
line wrap: on
line source
package alice.test.topology.movement; import alice.topology.node.TopologyNodeConfig;; public class FishMovementConfig extends TopologyNodeConfig { public FishMovementConfig(String[] args){ super(args); } }