comparison src/main/java/alice/test/codesegment/remote/RemoteStartCodeSegment.java @ 641:646f705e65b1

setkey on remote
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 31 Dec 2017 01:08:52 +0900
parents ea21af9a4762
children e321c5ec9b58
comparison
equal deleted inserted replaced
640:f05a89484ec1 641:646f705e65b1
5 public class RemoteStartCodeSegment extends CodeSegment { 5 public class RemoteStartCodeSegment extends CodeSegment {
6 6
7 @Override 7 @Override
8 public void run() { 8 public void run() {
9 RemoteIncrement cs = new RemoteIncrement(); 9 RemoteIncrement cs = new RemoteIncrement();
10
11 ods.put("compressedremote", "num", 0); 10 ods.put("compressedremote", "num", 0);
12 11 ods.put("num2",0);
12 new RemoteIncrement1();
13 cs.num.setKey("compressedlocal", "num"); 13 cs.num.setKey("compressedlocal", "num");
14 } 14 }
15 } 15 }