dk.brics.xact.analysis.xmlgraph
Class XMLGraphDebug

java.lang.Object
  extended by dk.brics.xact.analysis.xmlgraph.XMLGraphDebug

public class XMLGraphDebug
extends Object


Constructor Summary
XMLGraphDebug()
           
 
Method Summary
static void dumpXMLGraph(XMLGraph xg, Statement s)
          Dumps the XML graph to a file.
static void dumpXMLGraphAlways(XMLGraph xg, Statement s)
           
static void dumpXMLGraphAlways(XMLGraph xg, Statement s, int depth)
           
static void dumpXMLGraphObject(XMLGraph xg, Statement s)
           
static void dumpXMLGraphObjects(XMLGraphPair pair, Statement s)
           
static Set<Node> getNodesWithinDepth(XMLGraph xg, int depth)
           
static String getPathForStatement(Statement s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLGraphDebug

public XMLGraphDebug()
Method Detail

dumpXMLGraph

public static void dumpXMLGraph(XMLGraph xg,
                                Statement s)
Dumps the XML graph to a file.


dumpXMLGraphAlways

public static void dumpXMLGraphAlways(XMLGraph xg,
                                      Statement s)

dumpXMLGraphAlways

public static void dumpXMLGraphAlways(XMLGraph xg,
                                      Statement s,
                                      int depth)

dumpXMLGraphObject

public static void dumpXMLGraphObject(XMLGraph xg,
                                      Statement s)

dumpXMLGraphObjects

public static void dumpXMLGraphObjects(XMLGraphPair pair,
                                       Statement s)

getNodesWithinDepth

public static Set<Node> getNodesWithinDepth(XMLGraph xg,
                                            int depth)

getPathForStatement

public static String getPathForStatement(Statement s)


Copyright © 2005-2011 Aarhus University.