Class Matchers
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.KeyMatcher
-
- org.drools.verifier.core.index.query.Matchers
-
- Direct Known Subclasses:
ComparableMatchers,UUIDMatchers
public class Matchers extends KeyMatcher
-
-
Field Summary
-
Fields inherited from class org.drools.verifier.core.index.matchers.KeyMatcher
keyDefinition
-
-
Constructor Summary
Constructors Constructor Description Matchers(KeyDefinition keyDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matcherany()ExactMatcheris(java.lang.Comparable comparable)MatcherisNot(java.lang.Comparable comparable)-
Methods inherited from class org.drools.verifier.core.index.matchers.KeyMatcher
getKeyDefinition
-
-
-
-
Constructor Detail
-
Matchers
public Matchers(KeyDefinition keyDefinition)
-
-
Method Detail
-
is
public ExactMatcher is(java.lang.Comparable comparable)
-
any
public Matcher any()
-
isNot
public Matcher isNot(java.lang.Comparable comparable)
-
-