public class RichSimplePredicate extends org.dmg.pmml.SimplePredicate implements HasParsedValue<org.dmg.pmml.SimplePredicate>
| Constructor and Description |
|---|
RichSimplePredicate() |
RichSimplePredicate(org.dmg.pmml.SimplePredicate simplePredicate) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
getValue(org.dmg.pmml.DataType dataType,
org.dmg.pmml.OpType opType) |
default FieldValue |
parse(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
Object arg2) |
default List<FieldValue> |
parseAll(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
List<?> arg2) |
accept, addExtensions, getExtensions, getField, getOperator, getValue, hasExtensions, setField, setOperator, setValuegetLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RichSimplePredicate()
public RichSimplePredicate(org.dmg.pmml.SimplePredicate simplePredicate)
public FieldValue getValue(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValue in interface HasParsedValue<org.dmg.pmml.SimplePredicate>public FieldValue parse(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, Object arg2)
public List<FieldValue> parseAll(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, List<?> arg2)
Copyright © 2018. All rights reserved.