org.stringtree.util.tree
Interface Tree

All Known Subinterfaces:
MutableTree
All Known Implementing Classes:
CachedTree, EmptyTree, ProxyTree, SimpleTree

public interface Tree


Method Summary
 java.util.Collection getChildren()
           
 Tree getParent()
           
 java.lang.Object getValue()
           
 

Method Detail

getParent

Tree getParent()

getChildren

java.util.Collection getChildren()

getValue

java.lang.Object getValue()