Package org.jpmml.python
Class CythonObjectConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.ClassDictConstructor
-
- org.jpmml.python.PythonObjectConstructor
-
- org.jpmml.python.CythonObjectConstructor
-
- All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor
- Direct Known Subclasses:
CreateArrayConstructor,FromBufferConstructor,NDArrayBackedConstructor
public class CythonObjectConstructor extends PythonObjectConstructor
-
-
Constructor Summary
Constructors Constructor Description CythonObjectConstructor(java.lang.String module, java.lang.String name, java.lang.Class<? extends CythonObject> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CythonObjectconstruct(java.lang.Object[] args)CythonObjectnewObject()-
Methods inherited from class org.jpmml.python.PythonObjectConstructor
getClazz, getModule, getName, reconstruct
-
-
-
-
Constructor Detail
-
CythonObjectConstructor
public CythonObjectConstructor(java.lang.String module, java.lang.String name, java.lang.Class<? extends CythonObject> clazz)
-
-
Method Detail
-
newObject
public CythonObject newObject()
- Overrides:
newObjectin classPythonObjectConstructor
-
construct
public CythonObject construct(java.lang.Object[] args)
- Specified by:
constructin interfacenet.razorvine.pickle.IObjectConstructor- Overrides:
constructin classPythonObjectConstructor
-
-