Package org.neo4j.gds.paths.astar
Class AStarFactory<CONFIG extends ShortestPathAStarBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<AStar,CONFIG>
-
- org.neo4j.gds.paths.astar.AStarFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,AStar,CONFIG>
public class AStarFactory<CONFIG extends ShortestPathAStarBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<AStar,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description AStarFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AStarbuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, CONFIG config)java.lang.StringtaskName()
-