Re: [Neo] When does a Traverser traverse?

2009-08-26 Thread Martin Filipczyk
Hi Emil, you could add this sentence (or an improved version) to Traverser's page in Neo API: "A traverser's result set (that is, all the nodes the traverser will return) is not build at once (e.g. at its initialization) but on every invokation of iterator().next() the traverser visits yet unv

Re: [Neo] When does a Traverser traverse?

2009-08-24 Thread Emil Eifrem
On Sun, Aug 23, 2009 at 23:46, Martin Filipczyk wrote: > Hi, > > I would like to know when a Traverser starts to traverse the node space. > The API says "Upon creation, the traverser is positioned at the start > node, but it doesn't actually start traversing until its > iterator().next() method is

[Neo] When does a Traverser traverse?

2009-08-23 Thread Martin Filipczyk
Hi, I would like to know when a Traverser starts to traverse the node space. The API says "Upon creation, the traverser is positioned at the start node, but it doesn't actually start traversing until its iterator().next() method is invoked." (http://api.neo4j.org/current/org/neo4j/api/core/Tra