view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/store/Result.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;

import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Node;
import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.NodePath;
import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.core.Tree;

public interface Result
{
	public Tree getNewTree();
	public NodePath getClonedPath();
	public Node getEffect();
}