Hello neo4j users

I'm just diving into neo4j and playing around with graph algorithms and
traversers.
As a start, I just wanted to traverse the whole graph with all relationship
types in the OUTGOING direction. The traverse() method always expects a
RelationshipType.
Is there a simpler way to traverse all RelationshipTypes then building up an
array that contains all types and the outgoing direction (as described here
http://sujitpal.blogspot.com/2009/06/custom-traverser-for-neo4j.html)?


Thanks for the help,
James
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to