graph_gen_utils.writer.chaco
Class ChacoPtnWriterUnweighted

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

public class ChacoPtnWriterUnweighted
extends java.lang.Object
implements GraphWriter


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

ChacoPtnWriterUnweighted

public ChacoPtnWriterUnweighted(java.io.File chacoFile,
                                java.io.File ptnFile)
Method Detail

write

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