Re: [Neo4j] about class list and node

2011-01-10 Thread Jose Angel Inda Herrera
Thank you Andreas I will try what you tell me thank you again - Mensaje original - De: Andreas Kollegger andreas.kolleg...@neotechnology.com Para: Neo4j user discussions user@lists.neo4j.org Enviados: Lunes, 10 de Enero 2011 1:29:27 (GMT-0500) Auto-Detected Asunto: Re: [Neo4j] about class

Re: [Neo4j] about class list and node

2011-01-10 Thread Jose Angel Inda Herrera
) Auto-Detected Asunto: Re: [Neo4j] about class list and node Happy new year to you Jose, The natural approach would be to arrange nodes into a linked-list, with either NEXT or PREVIOUS (or both) relationships between the nodes. Take a look at neo4j-utils. The NodeQueue

Re: [Neo4j] about class list and node

2011-01-10 Thread Andreas Kollegger
Enviados: Lunes, 10 de Enero 2011 1:29:27 (GMT-0500) Auto-Detected Asunto: Re: [Neo4j] about class list and node Happy new year to you Jose, The natural approach would be to arrange nodes into a linked-list, with either NEXT or PREVIOUS (or both) relationships between the nodes. Take