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