in the current Traverser API you cannot select the exact ratio to go through. Instead, you take a more detailed approach of node.getRelationships (), choose the one you want, and end the onde on it, etc. Algo gets a little more detail than using Traverser, but gives you more flexibility. To follow, the Gremlin approach supports the concept of functions for selecting edges to move, see here . This will soon be implemented using Blueprint Pipes for Java-level performance.
NTN
/ peter neubauer
source
share