Interface ExitPredicate

    • Method Detail

      • test

        ExitPredicate.Result test​(long sourceNode,
                                  long currentNode,
                                  double weightAtSource)
        called once for each accepted node during traversal
        Parameters:
        sourceNode - the source node
        currentNode - the current node
        weightAtSource - the total weight that has been collected by the Aggregator during the traversal
        Returns:
        a result