view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/NodePath.java @ 10:a2c019a77c27

commit
author Shoshi TAMAKI
date Mon, 10 Dec 2012 18:50:53 +0900
parents
children 5f763f32940e
line wrap: on
line source

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

public interface NodePath extends Iterable<Integer>
{

}