com.sas.dataselectors.filters.tree
Class TreeUtil

com.sas.dataselectors.filters.tree.TreeUtil

public class TreeUtil


Method Summary
static void printTree(FilterLogicBaseNodeInterface root)
          Prints a text representation of the tree structure to standard out starting from the given root node.
static void printTree(FilterLogicTreeInterface tree)
          Prints a text representation of the tree structure to standard out starting from the given root node.
 

Method Detail

printTree

public static void printTree(FilterLogicTreeInterface tree)
Prints a text representation of the tree structure to standard out starting from the given root node.

Parameters:
root - the root node of the sub-tree to display

printTree

public static void printTree(FilterLogicBaseNodeInterface root)
Prints a text representation of the tree structure to standard out starting from the given root node.

Parameters:
root - the root node of the sub-tree to display



Copyright © 2009 SAS Institute Inc. All Rights Reserved.