view src/treecms/api/NodeContext.java @ 14:8bf59f161b23

separete Node methods to NodeContext , NodeAttribute , NodeChildren
author misaka
date Tue, 17 May 2011 18:44:14 +0900
parents
children fa784faafc78
line wrap: on
line source

package treecms.api;

public interface NodeContext
{
	public NodeID getID();
	public Forest getForest();
}