Class ProcedureReflection


  • public final class ProcedureReflection
    extends java.lang.Object
    Implements finding, filtering and executing AlgoBaseProc's for the purpose of Pipelines. Error messages are therefore specific to this context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method findProcedureMethod​(java.lang.String procName)  
      void invokeProc​(org.neo4j.graphalgo.BaseProc caller, java.lang.String graphName, java.lang.String procName, java.util.Map<java.lang.String,​java.lang.Object> config)  
      • Methods inherited from class java.lang.Object

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

      • findProcedureMethod

        public java.lang.reflect.Method findProcedureMethod​(java.lang.String procName)
      • invokeProc

        public void invokeProc​(org.neo4j.graphalgo.BaseProc caller,
                               java.lang.String graphName,
                               java.lang.String procName,
                               java.util.Map<java.lang.String,​java.lang.Object> config)