view src/treecms/api/Node.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 f3150b37f9be
children
line wrap: on
line source

package treecms.api;

public interface Node extends NodeContext , NodeAttributes , NodeChildren<Node>
{
}