Class ComparableMatchers
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.KeyMatcher
-
- org.drools.verifier.core.index.query.Matchers
-
- org.drools.verifier.core.index.matchers.ComparableMatchers
-
public class ComparableMatchers extends Matchers
-
-
Field Summary
-
Fields inherited from class org.drools.verifier.core.index.matchers.KeyMatcher
keyDefinition
-
-
Constructor Summary
Constructors Constructor Description ComparableMatchers(KeyDefinition keyDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromMatchergreaterThan(Comparable i)ToMatcherlessThan(Comparable i)-
Methods inherited from class org.drools.verifier.core.index.matchers.KeyMatcher
getKeyDefinition
-
-
-
-
Constructor Detail
-
ComparableMatchers
public ComparableMatchers(KeyDefinition keyDefinition)
-
-
Method Detail
-
greaterThan
public FromMatcher greaterThan(Comparable i)
-
lessThan
public ToMatcher lessThan(Comparable i)
-
-