comparison src/jungle/test/operations/NetworkTreeOperation.java @ 2:20498c88a70d

add Container
author one
date Sun, 09 Jun 2013 13:53:16 +0900
parents 8ee02d1a2b12
children
comparison
equal deleted inserted replaced
1:8ee02d1a2b12 2:20498c88a70d
7 import org.msgpack.annotation.Message; 7 import org.msgpack.annotation.Message;
8 8
9 @Message 9 @Message
10 public class NetworkTreeOperation implements TreeOperation { 10 public class NetworkTreeOperation implements TreeOperation {
11 11
12 private NodePath path; 12 public NodePath path;
13 private NodeOperation operation; 13 public NodeOperation operation;
14 14
15 public NetworkTreeOperation() { 15 public NetworkTreeOperation() {
16 path = null; 16 path = null;
17 operation = null; 17 operation = null;
18 } 18 }