view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Children.java @ 27:5f4172d6fb8b

clean up
author Shoshi TAMAKI
date Mon, 14 Jan 2013 04:07:15 +0900
parents 075d6418e359
children 3dfa0be90a0d
line wrap: on
line source

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

public interface Children extends Iterable<Node>
{
	public int size();
}