Uses of Class
org.drools.base.util.index.ConstraintTypeOperator
-
Packages that use ConstraintTypeOperator Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.constraint org.drools.base.util.index -
-
Uses of ConstraintTypeOperator in org.drools.base.rule
Methods in org.drools.base.rule that return ConstraintTypeOperator Modifier and Type Method Description ConstraintTypeOperatorIndexableConstraint. getConstraintType() -
Uses of ConstraintTypeOperator in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint that return ConstraintTypeOperator Modifier and Type Method Description ConstraintTypeOperatorQueryNameConstraint. getConstraintType() -
Uses of ConstraintTypeOperator in org.drools.base.util.index
Methods in org.drools.base.util.index that return ConstraintTypeOperator Modifier and Type Method Description static ConstraintTypeOperatorConstraintTypeOperator. decode(java.lang.String operator)static ConstraintTypeOperatorConstraintTypeOperator. decode(java.lang.String operator, boolean negated)static ConstraintTypeOperatorConstraintTypeOperator. getType(Constraint constraint)ConstraintTypeOperatorConstraintTypeOperator. inverse()ConstraintTypeOperatorConstraintTypeOperator. negate()static ConstraintTypeOperatorConstraintTypeOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstraintTypeOperator[]ConstraintTypeOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-