Hi, I have this need to traverse selectively, by avoiding a certain paths at same level.
My vertex-edge structure is like this. And starting from myclass1, I need to traverse e1,e2,e3,e5 but not e4 and e5. It is very tricky but is very interesting use case. myclass1---v----e2--->myclass2-e3--------v | | | | e1 | e5 v v | myclass3----e4------->myclass4 | V myclass5---e6--->myclass6 Thanks -- --- 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/groups/opt_out.
