Uses of Class
org.dmg.pmml.SimplePredicate.Operator
-
Packages that use SimplePredicate.Operator Package Description org.dmg.pmml -
-
Uses of SimplePredicate.Operator in org.dmg.pmml
Methods in org.dmg.pmml that return SimplePredicate.Operator Modifier and Type Method Description static SimplePredicate.OperatorSimplePredicate.Operator. fromValue(java.lang.String v)SimplePredicate.OperatorSimplePredicate. getOperator()SimplePredicate.OperatorSimplePredicate. requireOperator()static SimplePredicate.OperatorSimplePredicate.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SimplePredicate.Operator[]SimplePredicate.Operator. 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 SimplePredicate.Operator Modifier and Type Method Description SimplePredicateSimplePredicate. setOperator(SimplePredicate.Operator operator)Constructors in org.dmg.pmml with parameters of type SimplePredicate.Operator Constructor Description SimplePredicate(java.lang.String field, SimplePredicate.Operator operator, java.lang.Object value)SimplePredicate(Field<?> field, SimplePredicate.Operator operator, java.lang.Object value)
-