Mercurial > hg > Members > tatsuki > Alice
view src/alice/test/topology/movement/FishMovementTopology.java @ 93:6601f8854126 working
can KeyInputCodeSegment
author | sugi |
---|---|
date | Tue, 05 Jun 2012 16:33:28 +0900 |
parents | 02dfb6c72632 |
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()); } }