Package org.jpmml.python
Class NullConstructor
- java.lang.Object
-
- org.jpmml.python.NullConstructor
-
- All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor,IConstantConstructor
public class NullConstructor extends java.lang.Object implements IConstantConstructor
-
-
Field Summary
Fields Modifier and Type Field Description static NullConstructorINSTANCE
-
Constructor Summary
Constructors Constructor Description NullConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconstruct(java.lang.Object[] args)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jpmml.python.IConstantConstructor
construct
-
-
-
-
Field Detail
-
INSTANCE
public static final NullConstructor INSTANCE
-
-