view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Parent.java @ 112:98e256d9fd57

treeAttribute add get String but has error
author one
date Mon, 15 Sep 2014 16:31:53 +0900
parents 715a9fbf02fc
children
line wrap: on
line source

/*package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core;

public interface Parent<T>
{
	public Children<T> getChildren();
}
*/