Method and Description |
---|
org.neo4j.graphalgo.GraphAlgoFactory.dijkstra(PathExpander, InitialBranchState, CostEvaluator<Double>)
Dijkstra should not be used with state on
PathExpander
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) .
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation.
Uses a cost evaluator which uses the supplied property key to
represent the cost (values of type double). |
org.neo4j.graphalgo.GraphAlgoFactory.dijkstra(PathExpander, InitialBranchState, String)
Dijkstra should not be used with state on
PathExpander
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) .
See GraphAlgoFactory.dijkstra(PathExpander, CostEvaluator) for documentation.
Uses a cost evaluator which uses the supplied property key to
represent the cost (values of type double). |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.