comparison 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
comparison
equal deleted inserted replaced
13:c8601b0fa8a3 14:8bf59f161b23
1 package treecms.api;
2
3 public interface NodeContext
4 {
5 public NodeID getID();
6 public Forest getForest();
7 }