view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/operations/TreeOperation.java @ 50:0a3bff2d9c89

modified operation things
author Shoshi TAMAKI
date Fri, 08 Feb 2013 01:51:04 +0900
parents
children
line wrap: on
line source

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

import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.NodePath;

public interface TreeOperation
{
	public NodePath getNodePath();
	public NodeOperation getNodeOperation();
}