comparison src/treecms/api/Node.java @ 4:f5ed85be5640

finished treecms.cassandra.v1 implementation (not tested yet)
author shoshi
date Thu, 24 Feb 2011 21:30:18 +0900
parents 4a5ee88f02cf
children 12604eb6b615
comparison
equal deleted inserted replaced
3:5fa718b63cd5 4:f5ed85be5640
2 2
3 public interface Node 3 public interface Node
4 { 4 {
5 public NodeID getID(); 5 public NodeID getID();
6 public NodeData getData(); 6 public NodeData getData();
7 public NodeData newData();
8 public Forest getForest(); 7 public Forest getForest();
9 } 8 }