public class FilterForEvalEventPropDouble extends java.lang.Object implements FilterSpecParamFilterForEvalDouble
Constructor and Description |
---|
FilterForEvalEventPropDouble(java.lang.String resultEventAsName,
java.lang.String resultEventProperty)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
java.lang.Double |
getFilterValueDouble(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext) |
java.lang.String |
getResultEventAsName()
Returns the tag name or stream name to use for the event property.
|
java.lang.String |
getResultEventProperty()
Returns the name of the event property.
|
int |
hashCode() |
java.lang.String |
toString() |
public FilterForEvalEventPropDouble(java.lang.String resultEventAsName, java.lang.String resultEventProperty)
resultEventAsName
- is the event tagresultEventProperty
- is the event property namepublic 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 java.lang.String getResultEventAsName()
public java.lang.String getResultEventProperty()
public final java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object