diff paper/source/StartSetKey.java @ 149:d57aa814a69a

add source, add chapter2
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Sat, 27 Jan 2018 19:16:38 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/source/StartSetKey.java	Sat Jan 27 19:16:38 2018 +0900
@@ -0,0 +1,8 @@
+public class StartCodeSegment extends CodeSegment {
+    @Override
+    public void run() {
+        TestCodeSegment cs = new TestCodeSegment();
+        cs.input.setKey("data");
+        ods.put("local", "data", 1);
+    }
+}