public class FilterForEvalEventPropDouble extends Object implements FilterSpecParamFilterForEvalDouble
Constructor and Description |
---|
FilterForEvalEventPropDouble(String resultEventAsName,
String resultEventProperty)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
Double |
getFilterValueDouble(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext) |
String |
getResultEventAsName()
Returns the tag name or stream name to use for the event property.
|
String |
getResultEventProperty()
Returns the name of the event property.
|
int |
hashCode() |
String |
toString() |
public Double getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
FilterSpecParamFilterForEval
getFilterValue
in interface FilterSpecParamFilterForEval
matchedEvents
- is the prior resultsexprEvaluatorContext
- eval contextpublic Double getFilterValueDouble(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
getFilterValueDouble
in interface FilterSpecParamFilterForEvalDouble
public String getResultEventAsName()
public String getResultEventProperty()