Mercurial > hg > Members > tatsuki > Alice
comparison src/alice/test/topology/share/CheckNeedParentUpdate.java @ 107:a8f77957a477 working
create new model to share fish point
author | sugi |
---|---|
date | Tue, 10 Jul 2012 02:30:25 +0900 |
parents | 37f3483a869b |
children | 53aff28cde6b |
comparison
equal
deleted
inserted
replaced
106:c84a2b4a877a | 107:a8f77957a477 |
---|---|
1 package alice.test.topology.share; | 1 package alice.test.topology.share; |
2 | 2 |
3 import alice.codesegment.CodeSegment; | 3 import alice.codesegment.CodeSegment; |
4 import alice.datasegment.CommandType; | 4 import alice.datasegment.CommandType; |
5 import alice.datasegment.Receiver; | 5 import alice.datasegment.Receiver; |
6 import alice.test.topology.movement.FishPoint; | 6 import alice.test.topology.fishmodel.alpha.FishPoint; |
7 | 7 |
8 public class CheckNeedParentUpdate extends CodeSegment { | 8 public class CheckNeedParentUpdate extends CodeSegment { |
9 | 9 |
10 private Receiver parent = ids.create(CommandType.PEEK); | 10 private Receiver parent = ids.create(CommandType.PEEK); |
11 private Receiver local; | 11 private Receiver local; |