view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/core/Children.java @ 19:703f0be5368a

added attribute cache
author Shoshi TAMAKI
date Thu, 20 Dec 2012 18:09:17 +0900
parents a2c019a77c27
children 075d6418e359
line wrap: on
line source

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

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