Mercurial > hg > Members > tatsuki > Alice
view src/alice/test/topology/movement/FishMovementTopology.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.TopologyNode; public class FishMovementTopology { public static void main(String[] args){ FishMovementConfig conf = new FishMovementConfig(args); new TopologyNode(conf, new StartFishMovement()); } }