comparison src/alice/test/topology/aquarium/fx/UpdateData.java @ 20:43ae0c87885b

rename
author e095732
date Tue, 05 Feb 2013 14:26:35 +0900
parents 9bacc8b30c4b
children
comparison
equal deleted inserted replaced
19:a1e4a3aafdd1 20:43ae0c87885b
9 private Receiver data1 = ids.create(CommandType.PEEK); 9 private Receiver data1 = ids.create(CommandType.PEEK);
10 private Receiver data2 = ids.create(CommandType.TAKE); 10 private Receiver data2 = ids.create(CommandType.TAKE);
11 11
12 public UpdateData(FishData fd){ 12 public UpdateData(FishData fd){
13 ods.put("local", "diff", fd); 13 ods.put("local", "diff", fd);
14 data1.setKey("image1"); 14 data1.setKey("FISH0");
15 data2.setKey("diff"); 15 data2.setKey("diff");
16 } 16 }
17 17
18 @Override 18 @Override
19 public void run() { 19 public void run() {