net.esper.filter
Class RangeValueDouble

java.lang.Object
  extended by net.esper.filter.RangeValueDouble
All Implemented Interfaces:
FilterSpecParamRangeValue

public class RangeValueDouble
extends java.lang.Object
implements FilterSpecParamRangeValue

A Double-typed value as a filter parameter representing a range.


Constructor Summary
RangeValueDouble(double doubleValue)
          Ctor.
 
Method Summary
 void checkType(java.util.Map<java.lang.String,EventType> taggedEventTypes)
          Check the type against the map of event tag and type.
 boolean equals(java.lang.Object obj)
           
 double getFilterValue(MatchedEventMap matchedEvents)
          Returns the filter value representing the endpoint.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeValueDouble

public RangeValueDouble(double doubleValue)
Ctor.

Parameters:
doubleValue - is the value of the range endpoint
Method Detail

checkType

public final void checkType(java.util.Map<java.lang.String,EventType> taggedEventTypes)
Description copied from interface: FilterSpecParamRangeValue
Check the type against the map of event tag and type.

Specified by:
checkType in interface FilterSpecParamRangeValue
Parameters:
taggedEventTypes - map of event tags and types

getFilterValue

public final double getFilterValue(MatchedEventMap matchedEvents)
Description copied from interface: FilterSpecParamRangeValue
Returns the filter value representing the endpoint.

Specified by:
getFilterValue in interface FilterSpecParamRangeValue
Parameters:
matchedEvents - is the prior results
Returns:
filter value

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object