Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.SimplePredicate.Operator
Packages that use SimplePredicate.Operator
Package
Description
Provides PMML model classes for decision trees.
-
Uses of SimplePredicate.Operator in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return SimplePredicate.OperatorModifier and TypeMethodDescriptionfinal SimplePredicate.OperatorSimplePredicate.getOperator()Returns the value of the "operator" attribute.static SimplePredicate.OperatorReturns the enum constant of this class with the specified name.static SimplePredicate.Operator[]SimplePredicate.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type SimplePredicate.OperatorModifier and TypeMethodDescriptionfinal voidSimplePredicate.setOperator(SimplePredicate.Operator operator) Sets the value of the "operator" attribute.