| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static SimplePredicate.Operator |
SimplePredicate.Operator.fromValue(String v) |
SimplePredicate.Operator |
SimplePredicate.getOperator() |
static SimplePredicate.Operator |
SimplePredicate.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplePredicate.Operator[] |
SimplePredicate.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SimplePredicate |
SimplePredicate.setOperator(SimplePredicate.Operator operator) |
| Constructor and Description |
|---|
SimplePredicate(FieldName field,
SimplePredicate.Operator operator,
Object value) |
Copyright © 2019 University of Tartu. All rights reserved.