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

added tests and changed testing provider to junit47
author Shoshi TAMAKI
date Mon, 28 Jan 2013 18:52:52 +0900
parents 3dfa0be90a0d
children 809f813d1083
line wrap: on
line source

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

public interface AttributesContainer
{
	public Attributes getAttributes();
}