| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
GraphAlgoFactory.
See:
          Description
| Interface Summary | |
|---|---|
| CostAccumulator<T> | 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. | 
| CostEvaluator<T> | 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<T> | Evaluator used to estimate the weight of the remaining path from one node to another. | 
| MaxCostEvaluator<T> | Evaluator for determining if the maximum path cost has been exceeded. | 
| PathFinder<P extends Path> | Interface of algorithms that finds paths in between two nodes. | 
| WeightedPath | A Paththat has an associated weight. | 
| Class Summary | |
|---|---|
| CommonEvaluators | Factory for common evaluators used by some graph algos, f.ex CostEvaluatorandEstimateEvaluator. | 
| GraphAlgoFactory | Static factory methods for the recommended implementations of common graph algorithms for Neo4j. | 
Scalable graph algorithms like shortest path and others for Neo4j which
 can be easily accessed via GraphAlgoFactory.
| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||