Class Matcher
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.Matcher
-
- Direct Known Subclasses:
ExactMatcher,FromMatcher,ToMatcher
public class Matcher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyDefinitionkeyDefinition
-
Constructor Summary
Constructors Constructor Description Matcher(KeyDefinition keyDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyDefinitiongetKeyDefinition()
-
-
-
Field Detail
-
keyDefinition
protected final KeyDefinition keyDefinition
-
-
Constructor Detail
-
Matcher
public Matcher(KeyDefinition keyDefinition)
-
-
Method Detail
-
getKeyDefinition
public KeyDefinition getKeyDefinition()
-
-