Andreas sorry for my ignorance but could you tell me where I can find these classes, we pack Thank you Jose ----- Mensaje original ----- De: "Andreas Kollegger" <[email protected]> Para: "Neo4j user discussions" <[email protected]> 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 a look at neo4j-utils. The NodeQueue or the FixedLengthNodeList may be what you want, or would at least provide some reference on how to make your own. Best, Andreas On Jan 10, 2011, at 3:11 AM, Jose Angel Inda Herrera wrote: > hello all and happy new year, > i'm need to know how to implement a list in Neo4j, > thank you very much and good look in this year for all. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

