org.objectweb.medor.query.lib

Class QueryTreePrinter


public class QueryTreePrinter
extends java.lang.Object

Author:
S. Chassande-Barrioz

Method Summary

static ArrayList
getChildren(QueryNode qn)
Updates the list of children by screening all Fields and the query filter.
static void
printQueryTree(QueryTree qt, Logger log)
static void
printQueryTree(QueryTree qt, Logger log, int level)

Method Details

getChildren

public static ArrayList getChildren(QueryNode qn)
Updates the list of children by screening all Fields and the query filter.


printQueryTree

public static void printQueryTree(QueryTree qt,
                                  Logger log)


printQueryTree

public static void printQueryTree(QueryTree qt,
                                  Logger log,
                                  int level)