net.esper.filter
Interface FilterSpecParamInValue

All Known Implementing Classes:
InSetOfValuesConstant, InSetOfValuesEventProp

public interface FilterSpecParamInValue

Denotes a value for use by the in-keyword within a list of values


Method Summary
 Object getFilterValue(MatchedEventMap matchedEvents)
          Returns the actual value to filter for from prior matching events
 Class validate(Map<String,EventType> taggedEventTypes)
          Check the type of the property against the map of event tag and type.
 

Method Detail

validate

Class validate(Map<String,EventType> taggedEventTypes)
Check the type of the property against the map of event tag and type.

Parameters:
taggedEventTypes - map of event tags and types
Returns:
value type

getFilterValue

Object getFilterValue(MatchedEventMap matchedEvents)
Returns the actual value to filter for from prior matching events

Parameters:
matchedEvents - is a map of matching events
Returns:
filter-for value