Package builtins
Class TypeConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.ClassDictConstructor
-
- org.jpmml.python.PythonObjectConstructor
-
- builtins.TypeConstructor
-
- All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor,IConstantConstructor
public class TypeConstructor extends PythonObjectConstructor implements IConstantConstructor
-
-
Constructor Summary
Constructors Constructor Description TypeConstructor(String module, String name)
-
Method Summary
-
Methods inherited from class org.jpmml.python.PythonObjectConstructor
construct, getClazz, getModule, getName, newObject, reconstruct
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jpmml.python.IConstantConstructor
construct
-
-