graph_gen_utils.writer.chaco
Class ChacoWriterUnweighted

java.lang.Object
  extended by graph_gen_utils.writer.chaco.ChacoWriterUnweighted
All Implemented Interfaces:
GraphWriter

public class ChacoWriterUnweighted
extends java.lang.Object
implements GraphWriter


Constructor Summary
ChacoWriterUnweighted(java.io.File chacoFile)
           
 
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

ChacoWriterUnweighted

public ChacoWriterUnweighted(java.io.File chacoFile)
Method Detail

write

public void write(org.neo4j.graphdb.GraphDatabaseService transNeo)
Specified by:
write in interface GraphWriter