Mercurial > hg > Members > tatsuki > Alice
diff src/alice/test/topology/movement/StartFishMovement.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/alice/test/topology/movement/StartFishMovement.java Thu May 24 00:20:16 2012 +0900 @@ -0,0 +1,13 @@ +package alice.test.topology.movement; + +import alice.codesegment.CodeSegment; + +public class StartFishMovement extends CodeSegment{ + @Override + public void run(){ + CheckMyName cs = new CheckMyName(); + cs.host.setKey("local","host"); + } + + +}