Class AllShortestPathsDeltaMutateSpec
- java.lang.Object
-
- org.neo4j.gds.paths.singlesource.delta.AllShortestPathsDeltaMutateSpec
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
public class AllShortestPathsDeltaMutateSpec extends java.lang.Object implements org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
-
-
Constructor Summary
Constructors Constructor Description AllShortestPathsDeltaMutateSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>algorithmFactory()org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>>computationResultConsumer()java.lang.Stringname()org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>newConfigFunction()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
namein interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
-
algorithmFactory
public org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig> algorithmFactory()
- Specified by:
algorithmFactoryin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
-
newConfigFunction
public org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig> newConfigFunction()
- Specified by:
newConfigFunctionin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
-
computationResultConsumer
public org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>> computationResultConsumer()
- Specified by:
computationResultConsumerin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.delta.DeltaStepping,org.neo4j.gds.paths.dijkstra.DijkstraResult,org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig,java.util.stream.Stream<MutateResult>,org.neo4j.gds.paths.delta.DeltaSteppingFactory<org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig>>
-
-