public class InSetOfValuesContextProp extends java.lang.Object implements FilterSpecParamInValue
Constructor and Description |
---|
InSetOfValuesContextProp(java.lang.String propertyName,
EventPropertyGetter getter,
SimpleNumberCoercer coercer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext)
Returns the actual value to filter for from prior matching events
|
int |
hashCode() |
public InSetOfValuesContextProp(java.lang.String propertyName, EventPropertyGetter getter, SimpleNumberCoercer coercer)
public java.lang.Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext)
FilterSpecParamInValue
getFilterValue
in interface FilterSpecParamInValue
matchedEvents
- is a map of matching eventspublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object