Uses of Class
org.dmg.pmml.CompoundPredicate.BooleanOperator
-
Packages that use CompoundPredicate.BooleanOperator Package Description org.dmg.pmml -
-
Uses of CompoundPredicate.BooleanOperator in org.dmg.pmml
Methods in org.dmg.pmml that return CompoundPredicate.BooleanOperator Modifier and Type Method Description static CompoundPredicate.BooleanOperatorCompoundPredicate.BooleanOperator. fromValue(java.lang.String v)CompoundPredicate.BooleanOperatorCompoundPredicate. getBooleanOperator()CompoundPredicate.BooleanOperatorCompoundPredicate. requireBooleanOperator()static CompoundPredicate.BooleanOperatorCompoundPredicate.BooleanOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompoundPredicate.BooleanOperator[]CompoundPredicate.BooleanOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type CompoundPredicate.BooleanOperator Modifier and Type Method Description CompoundPredicateCompoundPredicate. setBooleanOperator(CompoundPredicate.BooleanOperator booleanOperator)Constructors in org.dmg.pmml with parameters of type CompoundPredicate.BooleanOperator Constructor Description CompoundPredicate(CompoundPredicate.BooleanOperator booleanOperator, java.util.List<Predicate> predicates)
-