Class PathFindingStreamResult
java.lang.Object
org.neo4j.gds.procedures.algorithms.pathfinding.PathFindingStreamResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringlongorg.neo4j.graphdb.Pathlonglongdouble -
Constructor Summary
ConstructorsConstructorDescriptionPathFindingStreamResult(long index, long sourceNode, long targetNode, double totalCost, List<Long> nodeIds, List<Double> costs, org.neo4j.graphdb.Path path) -
Method Summary
-
Field Details
-
COST_PROPERTY_NAME
- See Also:
-
index
public long index -
sourceNode
public long sourceNode -
targetNode
public long targetNode -
totalCost
public double totalCost -
nodeIds
-
costs
-
path
public org.neo4j.graphdb.Path path
-
-
Constructor Details
-
PathFindingStreamResult
-