org.inria.myriads.snoozeclient.systemtree.util
Class DumpUtil

java.lang.Object
  extended by org.inria.myriads.snoozeclient.systemtree.util.DumpUtil

public final class DumpUtil
extends Object

System tree utilities.

Author:
Eugen Feller

Method Summary
static void writeGraph(edu.uci.ics.jung.graph.Graph<String,Integer> graph, String fileName)
          Writes a graph to file in GraphML format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeGraph

public static void writeGraph(edu.uci.ics.jung.graph.Graph<String,Integer> graph,
                              String fileName)
                       throws IOException
Writes a graph to file in GraphML format.

Parameters:
graph - The graph
fileName - The file name
Throws:
IOException - The exception


Copyright © 2012. All Rights Reserved.