diff src/treecms/api/MonotonicTreeNode.java @ 20:084de6909451

commit
author shoshi
date Wed, 01 Jun 2011 15:35:50 +0900
parents 8bf59f161b23
children f3150b37f9be
line wrap: on
line diff
--- a/src/treecms/api/MonotonicTreeNode.java	Tue May 31 15:55:28 2011 +0900
+++ b/src/treecms/api/MonotonicTreeNode.java	Wed Jun 01 15:35:50 2011 +0900
@@ -5,8 +5,7 @@
  * TreeNodeとは違い、この実装は木を非破壊的に編集します.
  * @author shoshi
  */
-public interface MonotonicTreeNode extends Node<MonotonicTreeNode>
+public interface MonotonicTreeNode extends NodeContext , NodeAttributes , NodeChildren<MonotonicTreeNode>
 {
 	public MonotonicTreeNode getParent();
-	public SingleNode getNode();
 }