Method and Description |
---|
org.neo4j.graphalgo.GraphAlgoFactory.dijkstra(PathExpander, InitialBranchState, CostEvaluator Dijkstra should not be used with state on
PathExpander
See dijkstra(PathExpander, CostEvaluator) .
See 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 dijkstra(RelationshipExpander, CostEvaluator) .
See 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, InitialStateFactory, CostEvaluator Dijkstra should not be used with state on
PathExpander
Use dijkstra(PathExpander, CostEvaluator) .
See 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, InitialStateFactory, String)
Dijkstra should not be used with state on
PathExpander
See dijkstra(RelationshipExpander, CostEvaluator) .
See 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(RelationshipExpander, String)
In favor for
dijkstra(PathExpander, String)
See 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–2017 The Neo4j Graph Database Project. All rights reserved.