Package org.jpmml.python
Interface IConstantConstructor
-
- All Superinterfaces:
net.razorvine.pickle.IObjectConstructor
- All Known Implementing Classes:
NullConstructor,TypeConstructor
public interface IConstantConstructor extends net.razorvine.pickle.IObjectConstructor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Objectconstruct()
-
-
-
Method Detail
-
construct
default Object construct()
-
-