Mercurial > hg > Database > Alice
comparison src/main/java/alice/test/topology/aquarium/SendLocation.java @ 547:e91a574b69de dispose
remove index
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 18 Aug 2015 16:15:17 +0900 |
parents | 15eeb439830c |
children |
comparison
equal
deleted
inserted
replaced
546:15eeb439830c | 547:e91a574b69de |
---|---|
14 | 14 |
15 public SendLocation(float x,float y,float z){ | 15 public SendLocation(float x,float y,float z){ |
16 this.x = x; | 16 this.x = x; |
17 this.y = y; | 17 this.y = y; |
18 this.z = z; | 18 this.z = z; |
19 position.setKey("fish", arg1.index, this); | 19 position.setKey("fish", this); |
20 } | 20 } |
21 | 21 |
22 @Override | 22 @Override |
23 public void run() { | 23 public void run() { |
24 FishPoint fp = this.position.asClass(FishPoint.class); | 24 FishPoint fp = this.position.asClass(FishPoint.class); |