comparison src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/impl/TreeNode.java @ 168:1749338f2366 util index

until index
author one
date Wed, 24 Dec 2014 16:14:42 +0900
parents 72f454eb04ec
children
comparison
equal deleted inserted replaced
167:6f7212808ad7 168:1749338f2366
1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl; 1 package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.impl;
2 2
3 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.AttributesContainer; 3 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.AttributesContainer;
4 4
5 public interface TreeNode extends AttributesContainer 5 public interface TreeNode extends AttributesContainer
6
6 { 7 {
7 public TreeNodeChildren getChildren(); 8 public TreeNodeChildren getChildren();
8 9
9 @Override 10 @Override
10 public TreeNodeAttributes getAttributes(); 11 public TreeNodeAttributes getAttributes();