view src/treecms/api/Forest.java @ 20:084de6909451

commit
author shoshi
date Wed, 01 Jun 2011 15:35:50 +0900
parents 168deb591f21
children f3150b37f9be
line wrap: on
line source

package treecms.api;

public interface Forest
{
	MonotonicTree get(NodeID _id);
	MonotonicTree getTip(String _uuid);
	MonotonicTree create();
	MonotonicTree getMainTree();
}