Module datarush.analytics
Class CompoundPredicate
java.lang.Object
com.pervasive.datarush.analytics.decisiontree.Predicate
com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
Corresponds to the
CompoundPredicate PMML element.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of allowed values for the "booleanOperator" attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the child predicate elements.Returns the value of the "booleanOperator" attribute.final voidsetChildren(List<Predicate> children) Sets the child predicate elements.final voidsetOperator(CompoundPredicate.Operator operator) Sets the value of the "booleanOperator" attribute.
-
Constructor Details
-
CompoundPredicate
public CompoundPredicate()Creates an empty CompoundPredicate element.
-
-
Method Details
-
getOperator
Returns the value of the "booleanOperator" attribute.- Returns:
- the value of the "booleanOperator" attribute.
-
setOperator
Sets the value of the "booleanOperator" attribute.- Parameters:
operator- the value of the "booleanOperator" attribute.
-
getChildren
Returns the child predicate elements.- Returns:
- the child predicate elements.
-
setChildren
Sets the child predicate elements.- Parameters:
children- the child predicate elements.
-