| Package | Description |
|---|---|
| org.kie.pmml.commons.model.enums | |
| org.kie.pmml.commons.model.predicates |
| Modifier and Type | Method and Description |
|---|---|
static OPERATOR |
OPERATOR.byName(String name) |
static OPERATOR |
OPERATOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPERATOR[] |
OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OPERATOR |
KiePMMLSimplePredicate.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
static KiePMMLSimplePredicate.Builder |
KiePMMLSimplePredicate.builder(String name,
List<KiePMMLExtension> extensions,
OPERATOR operator)
Builder to auto-generate the id
|
| Constructor and Description |
|---|
KiePMMLSimplePredicate(String name,
List<KiePMMLExtension> extensions,
OPERATOR operator) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.