public class RangeValueDouble extends Object implements FilterSpecParamRangeValue
Constructor and Description |
---|
RangeValueDouble(double doubleValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getDoubleValue()
Returns the constant value.
|
Double |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext)
Returns the filter value representing the endpoint.
|
int |
hashCode() |
String |
toString() |
public RangeValueDouble(double doubleValue)
doubleValue
- is the value of the range endpointpublic final Double getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
FilterSpecParamRangeValue
getFilterValue
in interface FilterSpecParamRangeValue
matchedEvents
- is the prior resultsexprEvaluatorContext
- eval contextpublic double getDoubleValue()