Mercurial > hg > Database > Alice
comparison src/main/java/alice/test/topology/aquarium/ResetFish.java @ 419:aefbe41fcf12 dispose
change tab to space
author | sugi |
---|---|
date | Tue, 15 Jul 2014 16:00:22 +0900 |
parents | 8f71c3e6f11d |
children |
comparison
equal
deleted
inserted
replaced
418:a269a019f5f8 | 419:aefbe41fcf12 |
---|---|
1 package alice.test.topology.aquarium; | 1 package alice.test.topology.aquarium; |
2 | 2 |
3 import alice.codesegment.CodeSegment; | 3 import alice.codesegment.CodeSegment; |
4 | 4 |
5 public class ResetFish extends CodeSegment { | 5 public class ResetFish extends CodeSegment { |
6 | |
7 public ResetFish(){} | |
8 | 6 |
9 @Override | 7 public ResetFish(){} |
10 public void run() { | 8 |
11 FishPoint fp = new FishPoint(0.0f,0.0f,0.0f); | 9 @Override |
12 ods.update("fish", fp); | 10 public void run() { |
13 | 11 FishPoint fp = new FishPoint(0.0f,0.0f,0.0f); |
14 } | 12 ods.update("fish", fp); |
13 | |
14 } | |
15 | 15 |
16 } | 16 } |