I'm using the Traversal framework
(http://wiki.neo4j.org/content/Traversal_Framework) and I would like
to know if I'm using it the way it has thought to be.

I need to deeply traverse the graph going down through different
RelationshipTypes so I do a first TraversalDescription and while
iterating through its resulting Node(s) I build a second
TraversalDescription just to go deeper and then iterate through this
results... possibly I should do a third TraversalDescription for a
(third) different RelatioshipTypes.

So my question is: Is this the correct way to use Traversal?!

Cheers
-- 
Massimo
http://meridio.blogspot.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to