[Neo4j] TraversalDescription building hickup

2010-07-27 Thread Peter Neubauer
Hi all, I just stumbled over the immutable TraversalDescription API (http://components.neo4j.org/neo4j-kernel/apidocs/index.html), which will not modify the object if you do TraversalDescription td = new TraversalDescriptionImpl(); td.depthFirst(); Instead, one needs to reassign td, like

Re: [Neo4j] TraversalDescription building hickup

2010-07-27 Thread Mattias Persson
2010/7/27 Peter Neubauer peter.neuba...@neotechnology.com Hi all, I just stumbled over the immutable TraversalDescription API (http://components.neo4j.org/neo4j-kernel/apidocs/index.html), which will not modify the object if you do TraversalDescription td = new TraversalDescriptionImpl();

Re: [Neo4j] TraversalDescription building hickup

2010-07-27 Thread Paul A. Jackson
[mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Tuesday, July 27, 2010 2:41 PM To: Neo4j user discussions Subject: Re: [Neo4j] TraversalDescription building hickup 2010/7/27 Peter Neubauer peter.neuba...@neotechnology.com Hi all, I just stumbled over the immutable

Re: [Neo4j] TraversalDescription building hickup

2010-07-27 Thread Craig Taverner
Test BigInteger and Date are the same way. -Paul -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Tuesday, July 27, 2010 2:41 PM To: Neo4j user discussions Subject: Re: [Neo4j] TraversalDescription