Class StandardStreamPathCreator

java.lang.Object
org.neo4j.gds.procedures.algorithms.pathfinding.StandardStreamPathCreator

public final class StandardStreamPathCreator extends Object
  • Method Details

    • create

      public static org.neo4j.graphdb.Path create(org.neo4j.gds.api.NodeLookup nodeLookup, long[] nodeIds, double[] costs, long pathIndex)
    • create

      public static org.neo4j.graphdb.Path create(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, List<Double> costs, long pathIndex)