public class FilterForEvalConstantDouble extends java.lang.Object implements FilterSpecParamFilterForEvalDouble
Constructor and Description |
---|
FilterForEvalConstantDouble(double doubleValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getDoubleValue()
Returns the constant value.
|
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() |
java.lang.String |
toString() |
public FilterForEvalConstantDouble(double doubleValue)
doubleValue
- is the value of the range endpointpublic final 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 double getDoubleValue()
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