| Package | Description |
|---|---|
| org.kie.pmml.commons.model.enums | |
| org.kie.pmml.commons.model.predicates |
| Modifier and Type | Method and Description |
|---|---|
static ARRAY_TYPE |
ARRAY_TYPE.byName(String name) |
static ARRAY_TYPE |
ARRAY_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ARRAY_TYPE[] |
ARRAY_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ARRAY_TYPE |
KiePMMLSimpleSetPredicate.getArrayType() |
| 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.