view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/AttributesContainer.java @ 86:fb1dc448ac8c

delete <T extends TreeNode>
author one
date Wed, 03 Sep 2014 23:44:23 +0900
parents cb9fabaedfd4
children 809f813d1083
line wrap: on
line source

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

public interface AttributesContainer
{
	public Attributes getAttributes();
}