Class ExactMatcher
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.Matcher
-
- org.drools.verifier.core.index.matchers.ExactMatcher
-
public class ExactMatcher extends Matcher
-
-
Field Summary
-
Fields inherited from class org.drools.verifier.core.index.matchers.Matcher
keyDefinition
-
-
Constructor Summary
Constructors Constructor Description ExactMatcher(KeyDefinition keyDefinition, Comparable value)ExactMatcher(KeyDefinition keyDefinition, Comparable value, boolean negate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuegetValue()booleanisNegate()-
Methods inherited from class org.drools.verifier.core.index.matchers.Matcher
getKeyDefinition
-
-
-
-
Constructor Detail
-
ExactMatcher
public ExactMatcher(KeyDefinition keyDefinition, Comparable value)
-
ExactMatcher
public ExactMatcher(KeyDefinition keyDefinition, Comparable value, boolean negate)
-
-
Method Detail
-
getValue
public Value getValue()
-
isNegate
public boolean isNegate()
-
-