Class CompoundPredicate

java.lang.Object
com.pervasive.datarush.analytics.decisiontree.Predicate
com.pervasive.datarush.analytics.decisiontree.CompoundPredicate

public final class CompoundPredicate extends Predicate
Corresponds to the CompoundPredicate PMML element.
  • Constructor Details

    • CompoundPredicate

      public CompoundPredicate()
      Creates an empty CompoundPredicate element.
  • Method Details

    • getOperator

      public final CompoundPredicate.Operator getOperator()
      Returns the value of the "booleanOperator" attribute.
      Returns:
      the value of the "booleanOperator" attribute.
    • setOperator

      public final void setOperator(CompoundPredicate.Operator operator)
      Sets the value of the "booleanOperator" attribute.
      Parameters:
      operator - the value of the "booleanOperator" attribute.
    • getChildren

      public final List<Predicate> getChildren()
      Returns the child predicate elements.
      Returns:
      the child predicate elements.
    • setChildren

      public final void setChildren(List<Predicate> children)
      Sets the child predicate elements.
      Parameters:
      children - the child predicate elements.