net.esper.filter
Interface FilterSpecParamInValue

All Superinterfaces:
MetaDefItem, Serializable
All Known Implementing Classes:
InSetOfValuesConstant, InSetOfValuesEventProp

public interface FilterSpecParamInValue
extends MetaDefItem

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
 

Method Detail

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