Class BellmanFordStreamResult
java.lang.Object
org.neo4j.gds.procedures.algorithms.pathfinding.BellmanFordStreamResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongbooleanorg.neo4j.graphdb.Pathlonglongdouble -
Constructor Summary
ConstructorsConstructorDescriptionBellmanFordStreamResult(long index, long sourceNode, long targetNode, double totalCost, List<Long> nodeIds, List<Double> costs, org.neo4j.graphdb.Path route, boolean isNegativeCycle) -
Method Summary
-
Field Details
-
index
public long index -
sourceNode
public long sourceNode -
targetNode
public long targetNode -
totalCost
public double totalCost -
nodeIds
-
costs
-
route
public org.neo4j.graphdb.Path route -
isNegativeCycle
public boolean isNegativeCycle
-
-
Constructor Details
-
BellmanFordStreamResult
-