Mercurial > hg > Database > Alice
view src/alice/test/topology/share/FishMovementConfig.java @ 103:37f3483a869b working
remove bug from "CheckParentIndex" and "CheckLocalIndex"
author | sugi |
---|---|
date | Mon, 02 Jul 2012 11:16:01 +0900 |
parents | a5fce70380e8 |
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); } }