public abstract class AbstractFunction extends Object implements Function
| Constructor and Description |
|---|
AbstractFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static Number |
cast(org.dmg.pmml.DataType dataType,
Number number) |
protected void |
checkArguments(List<FieldValue> arguments,
int size) |
protected void |
checkArguments(List<FieldValue> arguments,
int size,
boolean allowNulls) |
protected void |
checkVariableArguments(List<FieldValue> arguments,
int size) |
protected void |
checkVariableArguments(List<FieldValue> arguments,
int size,
boolean allowNulls) |
String |
getName() |
protected static org.dmg.pmml.DataType |
integerToDouble(org.dmg.pmml.DataType dataType) |
public AbstractFunction(String name)
protected void checkArguments(List<FieldValue> arguments, int size)
protected void checkArguments(List<FieldValue> arguments, int size, boolean allowNulls)
protected void checkVariableArguments(List<FieldValue> arguments, int size)
protected void checkVariableArguments(List<FieldValue> arguments, int size, boolean allowNulls)
protected static org.dmg.pmml.DataType integerToDouble(org.dmg.pmml.DataType dataType)
Copyright © 2014. All Rights Reserved.