view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Node.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 2fc0b0313dc0
line wrap: on
line source

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


public interface Node extends AttributesContainer , Parent<Node>
{
}