Uses of Class
graph_gen_utils.NeoFromFile.ChacoType

Uses of NeoFromFile.ChacoType in graph_gen_utils
 

Methods in graph_gen_utils that return NeoFromFile.ChacoType
static NeoFromFile.ChacoType NeoFromFile.ChacoType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NeoFromFile.ChacoType[] NeoFromFile.ChacoType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in graph_gen_utils with parameters of type NeoFromFile.ChacoType
static void NeoFromFile.writeChaco(org.neo4j.graphdb.GraphDatabaseService transNeo, java.lang.String chacoPath, NeoFromFile.ChacoType chacoType)
          Creates a Chaco file and populates it with the adjacency list representation of the current Neo4j instance.
static void NeoFromFile.writeChacoAndPtn(org.neo4j.graphdb.GraphDatabaseService transNeo, java.lang.String chacoPath, NeoFromFile.ChacoType chacoType, java.lang.String ptnPath)
          Creates a Chaco (.graph) file and partition (.ptn) files, populates them with the representation of the current Neo4j instance.