Re: [Neo] General questions

2010-05-02 Thread Anders Nawroth
Hi Ilya! 1) Inheritance. Suppose I want to draw tree where every node is derived from other node; say Car à Sedan à Toyota So when creating Toyota node I don’t need to recreate same properties and relationships that Sedan has. I think this example can help you:

Re: [Neo] General questions

2010-05-02 Thread Max De Marzi Jr.
Ilya, Remember that we have no 3 way relationships (as in types), you have use a node for anything that connects more than two objects. So break down Show into Episodes if you want to to track the 1st (or only) airing of that episode. Actor 1 = Node 1 Class Actor Show 1 = Node 2 Class Show

Re: [Neo] General questions

2010-05-01 Thread Max De Marzi Jr.
I'm no expert, but I tried to answer your questions. On Sat, May 1, 2010 at 7:23 PM, ilya il...@nyc.rr.com wrote: Hi all, I went through all docs on Neo site and it looks very interesting. However, I still have couple of things I was wondering about that I couldn’t find answers to. I