|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.filter.RangeValueEventProp
public class RangeValueEventProp
An event property as a filter parameter representing a range.
Constructor Summary | |
---|---|
RangeValueEventProp(String resultEventAsName,
String resultEventProperty)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getFilterValue(MatchedEventMap matchedEvents)
Returns the filter value representing the endpoint. |
String |
getResultEventAsName()
Returns the tag name or stream name to use for the event property. |
String |
getResultEventProperty()
Returns the name of the event property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RangeValueEventProp(String resultEventAsName, String resultEventProperty)
resultEventAsName
- is the event tagresultEventProperty
- is the event property nameMethod Detail |
---|
public final Double getFilterValue(MatchedEventMap matchedEvents)
FilterSpecParamRangeValue
getFilterValue
in interface FilterSpecParamRangeValue
matchedEvents
- is the prior results
public String getResultEventAsName()
public String getResultEventProperty()
public final 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 |