diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/treecms/api/NodeContext.java	Tue May 17 18:44:14 2011 +0900
@@ -0,0 +1,7 @@
+package treecms.api;
+
+public interface NodeContext
+{
+	public NodeID getID();
+	public Forest getForest();
+}