view src/treecms/api/Forest.java @ 27:aecc55e87143 default tip

test commit
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Thu, 18 Aug 2011 17:37:03 +0900
parents fa784faafc78
children
line wrap: on
line source

package treecms.api; 

public interface Forest
{
	MonotonicTree getMainTree();
}