Hi ,
for the second question i think that you must create two edges with 
different orientation

OrientEdge eFriend=g.addEdge("class:friend", ListPerson.get(j), 
ListPerson.get(j+1), null);

OrientEdge eFriend=g.addEdge("class:friend", ListPerson.get(j+1), 
ListPerson.get(j), null);

Alessandro

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to