java.lang.Object
org.neo4j.gds.procedures.algorithms.pathfinding.StandardStreamPathCreator
public final class StandardStreamPathCreator
extends Object
-
Method Summary
static org.neo4j.graphdb.Path
create(org.neo4j.gds.api.NodeLookup nodeLookup,
long[] nodeIds,
double[] costs,
long pathIndex)
static org.neo4j.graphdb.Path
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)