Class KeyMatcher
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.KeyMatcher
-
- Direct Known Subclasses:
FieldMatchers,Matchers
public class KeyMatcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyDefinitionkeyDefinition
-
Constructor Summary
Constructors Constructor Description KeyMatcher(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
-
KeyMatcher
public KeyMatcher(KeyDefinition keyDefinition)
-
-
Method Detail
-
getKeyDefinition
public KeyDefinition getKeyDefinition()
-
-