A G M N R V W

R

readMemGraph(GraphDatabaseService) - Static method in class graph_gen_utils.NeoFromFile
Loads the current Neo4j instance into an in-memory graph.
readMemGraph(GraphDatabaseService, Set<String>, Set<String>) - Static method in class graph_gen_utils.NeoFromFile
 
removeDuplicateRelationships(GraphDatabaseService, Direction) - Static method in class graph_gen_utils.NeoFromFile
Deletes duplicate Relationships (all but one Relationship between any two Nodes).
removeOrphanNodes(GraphDatabaseService) - Static method in class graph_gen_utils.NeoFromFile
Deletes all Nodes that do not have at least one Relationship from the Neo4j instance.
removeRelationshipsByType(GraphDatabaseService, HashSet<String>) - Static method in class graph_gen_utils.NeoFromFile
Deletes all Relationships of the specified RelationshipType values (as given by the String values in relTypes parameter) from the Neo4j instance.

A G M N R V W