public final class CompoundPredicate extends Predicate
CompoundPredicate
PMML element.Modifier and Type | Class and Description |
---|---|
static class |
CompoundPredicate.Operator
Enumeration of allowed values for the "booleanOperator" attribute.
|
Constructor and Description |
---|
CompoundPredicate()
Creates an empty CompoundPredicate element.
|
Modifier and Type | Method and Description |
---|---|
List<Predicate> |
getChildren()
Returns the child predicate elements.
|
CompoundPredicate.Operator |
getOperator()
Returns the value of the "booleanOperator" attribute.
|
void |
setChildren(List<Predicate> children)
Sets the child predicate elements.
|
void |
setOperator(CompoundPredicate.Operator operator)
Sets the value of the "booleanOperator" attribute.
|
public CompoundPredicate()
public final CompoundPredicate.Operator getOperator()
public final void setOperator(CompoundPredicate.Operator operator)
operator
- the value of the "booleanOperator" attribute.public final List<Predicate> getChildren()
Copyright © 2016 Actian Corporation. All rights reserved.