Class CompoundPredicate


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

      • CompoundPredicate

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

      • 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.