graph_gen_utils.writer.gml
Class GMLWriter

java.lang.Object
  extended by graph_gen_utils.writer.gml.GMLWriter
All Implemented Interfaces:
GraphWriter
Direct Known Subclasses:
GMLWriterUndirectedBasic, GMLWriterUndirectedFull

public abstract class GMLWriter
extends java.lang.Object
implements GraphWriter


Constructor Summary
GMLWriter(java.io.File gmlFile)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graph_gen_utils.writer.GraphWriter
write
 

Constructor Detail

GMLWriter

public GMLWriter(java.io.File gmlFile)