graph_gen_utils.writer.gml
Class GMLWriterUndirectedFull

java.lang.Object
  extended by graph_gen_utils.writer.gml.GMLWriter
      extended by graph_gen_utils.writer.gml.GMLWriterUndirectedFull
All Implemented Interfaces:
GraphWriter

public class GMLWriterUndirectedFull
extends GMLWriter


Constructor Summary
GMLWriterUndirectedFull(java.io.File gmlFile)
           
 
Method Summary
 void write(org.neo4j.graphdb.GraphDatabaseService transNeo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLWriterUndirectedFull

public GMLWriterUndirectedFull(java.io.File gmlFile)
Method Detail

write

public void write(org.neo4j.graphdb.GraphDatabaseService transNeo)