Class ShortestPathAStarProc
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig>
-
- org.neo4j.graphalgo.shortestpaths.ShortestPathAStarProc
-
public class ShortestPathAStarProc extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig>
-
-
Constructor Summary
Constructors Constructor Description ShortestPathAStarProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig>algorithmFactory(ShortestPathAStarConfig config)java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar.Result>astarStream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)protected ShortestPathAStarConfignewConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)-
Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc
algoName, compute, compute, computeEstimate, createGraph, memoryEstimation, newAlgorithm, newConfig, nodePropertyTranslator, processInput, validateConfigs, validateIsUndirectedGraph, validateOrientationCombinations
-
-
-
-
Method Detail
-
astarStream
public java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar.Result> astarStream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected ShortestPathAStarConfig newConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)
- Specified by:
newConfigin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig>
-
algorithmFactory
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig> algorithmFactory(ShortestPathAStarConfig config)
- Specified by:
algorithmFactoryin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,org.neo4j.graphalgo.impl.shortestpaths.ShortestPathAStar,ShortestPathAStarConfig>
-
-