- java.lang.Object
-
- org.scijava.ops.engine.util.internal.OpMethodUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructInstance<?>createOpInstance(OpInfo info, Method method, List<?> dependencies)static TypegetOpMethodType(Class<?> opClass, Method opMethod)static Parameter[]getOpParams(Parameter[] methodParams)static Type[]getOpParamTypes(Parameter[] methodParams)
-
-
-
Method Detail
-
createOpInstance
public static StructInstance<?> createOpInstance(OpInfo info, Method method, List<?> dependencies)
- Parameters:
info- theOpInfomethod- theMethodcontaining the Op codedependencies- all Op dependencies required to execute the Op- Returns:
- a
StructInstance
-
-