Package org.neo4j.gds

Class GraphStoreAlgorithmFactory<ALGO extends Algorithm<?>,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>

java.lang.Object
org.neo4j.gds.GraphStoreAlgorithmFactory<ALGO,CONFIG>
All Implemented Interfaces:
AlgorithmFactory<org.neo4j.gds.api.GraphStore,ALGO,CONFIG>

public abstract class GraphStoreAlgorithmFactory<ALGO extends Algorithm<?>,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> extends Object implements AlgorithmFactory<org.neo4j.gds.api.GraphStore,ALGO,CONFIG>