Class ProcedureGraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>

  • All Implemented Interfaces:
    GraphCreation<ALGO,​ALGO_RESULT,​CONFIG>

    public class ProcedureGraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    implements GraphCreation<ALGO,​ALGO_RESULT,​CONFIG>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.api.Graph createGraph​(org.neo4j.gds.api.GraphStore graphStore)  
      org.neo4j.gds.config.GraphProjectConfig graphProjectConfig()  
      org.neo4j.gds.api.GraphStore graphStore()  
      org.neo4j.gds.core.utils.mem.MemoryRange validateMemoryEstimation​(org.neo4j.gds.AlgorithmFactory<?,​ALGO,​CONFIG> algorithmFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait