Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.CompoundPredicate.Operator
Packages that use CompoundPredicate.Operator
Package
Description
Provides PMML model classes for decision trees.
-
Uses of CompoundPredicate.Operator in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return CompoundPredicate.OperatorModifier and TypeMethodDescriptionCompoundPredicate.getOperator()Returns the value of the "booleanOperator" attribute.static CompoundPredicate.OperatorReturns the enum constant of this class with the specified name.static CompoundPredicate.Operator[]CompoundPredicate.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 CompoundPredicate.OperatorModifier and TypeMethodDescriptionfinal voidCompoundPredicate.setOperator(CompoundPredicate.Operator operator) Sets the value of the "booleanOperator" attribute.