org.objectweb.medor.query.lib
Class QueryTreePrinter

java.lang.Object
  extended byorg.objectweb.medor.query.lib.QueryTreePrinter

public class QueryTreePrinter
extends java.lang.Object

Author:
S. Chassande-Barrioz

Constructor Summary
QueryTreePrinter()
           
 
Method Summary
static java.util.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTreePrinter

public QueryTreePrinter()
Method Detail

printQueryTree

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

printQueryTree

public static void printQueryTree(QueryTree qt,
                                  Logger log)

getChildren

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