Uses of Class
org.drools.model.operators.MatchesOperator
-
Packages that use MatchesOperator Package Description org.drools.model.operators -
-
Uses of MatchesOperator in org.drools.model.operators
Methods in org.drools.model.operators that return MatchesOperator Modifier and Type Method Description static MatchesOperatorMatchesOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatchesOperator[]MatchesOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-