Package org.neo4j.gds.beta.walking
Class CollapsePathAlgorithmFactory
- java.lang.Object
-
- org.neo4j.gds.GraphStoreAlgorithmFactory<CollapsePath,CollapsePathConfig>
-
- org.neo4j.gds.beta.walking.CollapsePathAlgorithmFactory
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.GraphStore,CollapsePath,CollapsePathConfig>
public class CollapsePathAlgorithmFactory extends org.neo4j.gds.GraphStoreAlgorithmFactory<CollapsePath,CollapsePathConfig>
-
-
Constructor Summary
Constructors Constructor Description CollapsePathAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollapsePathbuild(org.neo4j.gds.api.GraphStore graphStore, CollapsePathConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public CollapsePath build(org.neo4j.gds.api.GraphStore graphStore, CollapsePathConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
-