Class ShortestPathsProc
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>
-
- org.neo4j.graphalgo.shortestpaths.ShortestPathsProc
-
public class ShortestPathsProc extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>
-
-
Constructor Summary
Constructors Constructor Description ShortestPathsProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>algorithmFactory()java.util.stream.Stream<org.neo4j.graphalgo.results.ShortestPathResult>dijkstra(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths.Result>dijkstraStream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)protected ShortestPathsConfignewConfig(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, getOrCreateGraphStore, newConfig, nodeProperties, processInput, validateConfigs
-
-
-
-
Method Detail
-
dijkstraStream
public java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths.Result> dijkstraStream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
dijkstra
public java.util.stream.Stream<org.neo4j.graphalgo.results.ShortestPathResult> dijkstra(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected ShortestPathsConfig 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.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>
-
algorithmFactory
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig> algorithmFactory()
- Specified by:
algorithmFactoryin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>
-
-