after retrieving a nodes relationships via:
http://api.neo4j.org/2.0.1/org/neo4j/unsafe/batchinsert/BatchInserter.html#getRelationships(long)

how do i determine the direction of that relationship?

i need a way to, in batchinsert mode, get all the relationships for a node, 
of a given type and given direction:

this is what i have so far, which seems to work, but i dont see how i can 
determine direction:
https://github.com/karabijavad/cadet/blob/master/lib/cadet/batch_inserter/node.rb#L22

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to