| Modifier and Type | Field and Description |
|---|---|
static ValueFactory<Double> |
DOUBLE |
static ValueFactory<Float> |
FLOAT |
| Modifier | Constructor and Description |
|---|---|
protected |
ValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ValueFactory<?> |
getInstance(org.dmg.pmml.MathContext mathContext) |
abstract Value<V> |
newValue(double value) |
abstract Value<V> |
newValue(Number number) |
abstract Value<V> |
newValue(String string) |
abstract Vector<V> |
newVector(int capacity) |
public static final ValueFactory<Float> FLOAT
public static final ValueFactory<Double> DOUBLE
public static ValueFactory<?> getInstance(org.dmg.pmml.MathContext mathContext)
Copyright © 2017. All Rights Reserved.