graph_gen_utils.writer
Interface GraphWriter

All Known Implementing Classes:
ChacoPtnWriterUnweighted, ChacoWriterUnweighted, GMLWriter, GMLWriterUndirectedBasic, GMLWriterUndirectedFull

public interface GraphWriter


Method Summary
 void write(org.neo4j.graphdb.GraphDatabaseService transNeo)
           
 

Method Detail

write

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