public class FilterForEvalContextPropDouble extends java.lang.Object implements FilterSpecParamFilterForEvalDouble
Constructor and Description |
---|
FilterForEvalContextPropDouble(EventPropertyGetter getter,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Double |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
java.lang.Double |
getFilterValueDouble(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext) |
int |
hashCode() |
public FilterForEvalContextPropDouble(EventPropertyGetter getter, java.lang.String propertyName)
public java.lang.Double getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
FilterSpecParamFilterForEval
getFilterValue
in interface FilterSpecParamFilterForEval
matchedEvents
- is the prior resultsexprEvaluatorContext
- eval contextpublic java.lang.Double getFilterValueDouble(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
getFilterValueDouble
in interface FilterSpecParamFilterForEvalDouble
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object