public class KShortestPathsProc
extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
KShortestPathsProc.KspResult |
static class |
KShortestPathsProc.KspStreamResult |
| Constructor and Description |
|---|
KShortestPathsProc() |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig> |
algorithmFactory(org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig config) |
protected org.neo4j.graphalgo.api.Graph |
createGraph(org.eclipse.collections.api.tuple.Pair<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig,java.util.Optional<java.lang.String>> configAndName) |
protected org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig |
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) |
protected org.eclipse.collections.api.tuple.Pair<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig,java.util.Optional<java.lang.String>> |
processInput(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
java.util.stream.Stream<KShortestPathsProc.KspStreamResult> |
stream(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
java.util.stream.Stream<KShortestPathsProc.KspResult> |
write(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
algoName, compute, compute, computeEstimate, memoryEstimation, newAlgorithm, newConfig, nodePropertyTranslator, validateConfigspublic java.util.stream.Stream<KShortestPathsProc.KspStreamResult> stream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
protected org.eclipse.collections.api.tuple.Pair<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig,java.util.Optional<java.lang.String>> processInput(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration)
processInput in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig>public java.util.stream.Stream<KShortestPathsProc.KspResult> write(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
protected org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig 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)
newConfig in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig>protected org.neo4j.graphalgo.api.Graph createGraph(org.eclipse.collections.api.tuple.Pair<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig,java.util.Optional<java.lang.String>> configAndName)
createGraph in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig>protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig> algorithmFactory(org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig config)
algorithmFactory in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.YensKShortestPathsConfig>