Uses of Class
proper.database.ColumnTreeNode

Packages that use ColumnTreeNode
proper.database All classes concerning Database access and traversal or related structures can be found here. 
 

Uses of ColumnTreeNode in proper.database
 

Methods in proper.database that return ColumnTreeNode
static ColumnTreeNode ColumnTreeNode.parseTreeString(java.lang.String tree)
          parses the given tree in string representation and returns it in a TreeNode Structure, e.g.:
 

Methods in proper.database with parameters of type ColumnTreeNode
static java.lang.String ColumnTreeNode.toTreeString(ColumnTreeNode node)
          returns the node and the subtree underneath in a string representation that can be parsed with the parseTree(String) method
static java.lang.String ColumnTreeNode.toTreeString(ColumnTreeNode node, boolean include)
          returns the node and the subtree underneath in a string representation that can be parsed with the parseTree(String) method