| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected SimplePredicate.Operator |
SimplePredicate.operator |
| Modifier and Type | Method and Description |
|---|---|
static SimplePredicate.Operator |
SimplePredicate.Operator.fromValue(java.lang.String v) |
SimplePredicate.Operator |
SimplePredicate.getOperator()
Gets the value of the operator property.
|
static SimplePredicate.Operator |
SimplePredicate.Operator.valueOf(java.lang.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 |
|---|---|
void |
SimplePredicate.setOperator(SimplePredicate.Operator value)
Sets the value of the operator property.
|
SimplePredicate |
SimplePredicate.withOperator(SimplePredicate.Operator value) |
| Constructor and Description |
|---|
SimplePredicate(FieldName field,
SimplePredicate.Operator operator) |
Copyright © 2015 University of Tartu. All Rights Reserved.