|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.neo4j.graphalgo | |
|---|---|
| org.neo4j.graphalgo | Scalable graph algorithms like shortest path and others for Neo4j which
can be easily accessed via GraphAlgoFactory. |
| Classes in org.neo4j.graphalgo used by org.neo4j.graphalgo | |
|---|---|
| CostEvaluator
In order to make the solving of shortest path problems as general as possible, the algorithms accept objects handling all relevant tasks regarding costs of paths. |
|
| EstimateEvaluator
Evaluator used to estimate the weight of the remaining path from one node to another. |
|
| PathFinder
Interface of algorithms that finds paths in between two nodes. |
|
| WeightedPath
A Path that has an associated weight. |
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||