Class GraphDataScienceProvider

  • All Implemented Interfaces:
    org.neo4j.function.ThrowingFunction<org.neo4j.kernel.api.procedure.Context,​org.neo4j.gds.procedures.GraphDataScience,​org.neo4j.internal.kernel.api.exceptions.ProcedureException>

    public class GraphDataScienceProvider
    extends java.lang.Object
    implements org.neo4j.function.ThrowingFunction<org.neo4j.kernel.api.procedure.Context,​org.neo4j.gds.procedures.GraphDataScience,​org.neo4j.internal.kernel.api.exceptions.ProcedureException>
    We use this at request time to construct the facade that the procedures call.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.procedures.GraphDataScience apply​(org.neo4j.kernel.api.procedure.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

        public org.neo4j.gds.procedures.GraphDataScience apply​(org.neo4j.kernel.api.procedure.Context context)
                                                        throws org.neo4j.internal.kernel.api.exceptions.ProcedureException
        Specified by:
        apply in interface org.neo4j.function.ThrowingFunction<org.neo4j.kernel.api.procedure.Context,​org.neo4j.gds.procedures.GraphDataScience,​org.neo4j.internal.kernel.api.exceptions.ProcedureException>
        Throws:
        org.neo4j.internal.kernel.api.exceptions.ProcedureException