Uses of Class
org.drools.mvel.ConditionAnalyzer.BooleanOperator
-
Packages that use ConditionAnalyzer.BooleanOperator Package Description org.drools.mvel -
-
Uses of ConditionAnalyzer.BooleanOperator in org.drools.mvel
Methods in org.drools.mvel that return ConditionAnalyzer.BooleanOperator Modifier and Type Method Description static ConditionAnalyzer.BooleanOperatorConditionAnalyzer.BooleanOperator. fromMvelOpCode(int opCode)ConditionAnalyzer.BooleanOperatorConditionAnalyzer.SingleCondition. getOperation()static ConditionAnalyzer.BooleanOperatorConditionAnalyzer.BooleanOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionAnalyzer.BooleanOperator[]ConditionAnalyzer.BooleanOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-