Class FromMatcher
- java.lang.Object
-
- org.drools.verifier.core.index.matchers.Matcher
-
- org.drools.verifier.core.index.matchers.FromMatcher
-
public class FromMatcher extends Matcher
-
-
Field Summary
-
Fields inherited from class org.drools.verifier.core.index.matchers.Matcher
keyDefinition
-
-
Constructor Summary
Constructors Constructor Description FromMatcher(KeyDefinition keyDefinition, java.lang.Comparable from)FromMatcher(KeyDefinition keyDefinition, java.lang.Comparable from, boolean includeSetValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuegetFrom()booleanincludeValue()-
Methods inherited from class org.drools.verifier.core.index.matchers.Matcher
getKeyDefinition
-
-
-
-
Constructor Detail
-
FromMatcher
public FromMatcher(KeyDefinition keyDefinition, java.lang.Comparable from)
-
FromMatcher
public FromMatcher(KeyDefinition keyDefinition, java.lang.Comparable from, boolean includeSetValue)
-
-
Method Detail
-
getFrom
public Value getFrom()
-
includeValue
public boolean includeValue()
-
-