Package org.jpmml.evaluator
Class ValueFactoryFactory
- java.lang.Object
-
- org.jpmml.evaluator.ValueFactoryFactory
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueFactoryFactory extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classValueFactoryFactory.DoubleValueFactoryprotected static classValueFactoryFactory.FloatValueFactory
-
Constructor Summary
Constructors Modifier Constructor Description protectedValueFactoryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValueFactoryFactorynewInstance()ValueFactory<?>newValueFactory(org.dmg.pmml.MathContext mathContext)
-
-
-
Method Detail
-
newValueFactory
public ValueFactory<?> newValueFactory(org.dmg.pmml.MathContext mathContext)
-
newInstance
public static ValueFactoryFactory newInstance()
-
-