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