Class ProcedureReflection
- java.lang.Object
-
- org.neo4j.gds.ml.linkmodels.pipeline.procedureutils.ProcedureReflection
-
public final class ProcedureReflection extends java.lang.ObjectImplements finding, filtering and executing AlgoBaseProc's for the purpose of Pipelines. Error messages are therefore specific to this context.
-
-
Field Summary
Fields Modifier and Type Field Description static ProcedureReflectionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodfindProcedureMethod(java.lang.String procName)voidinvokeProc(org.neo4j.graphalgo.BaseProc caller, java.lang.String graphName, java.lang.String procName, java.util.Map<java.lang.String,java.lang.Object> config)
-
-
-
Field Detail
-
INSTANCE
public static final ProcedureReflection INSTANCE
-
-