|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.FilterSpecParam
public abstract class FilterSpecParam
This class represents one filter parameter in an FilterSpecCompiled
filter specification.
Each filerting parameter has an attribute name and operator type.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
FilterOperator |
getFilterOperator()
Returns the filter operator type. |
abstract Object |
getFilterValue(MatchedEventMap matchedEvents)
Return the filter parameter constant to filter for. |
String |
getPropertyName()
Returns the property name for the filter parameter. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public abstract Object getFilterValue(MatchedEventMap matchedEvents)
matchedEvents
- is the prior results that can be used to determine filter parameters
public String getPropertyName()
public FilterOperator getFilterOperator()
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |