|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.PatternExprBase
net.esper.client.soda.PatternFilterExpr
public class PatternFilterExpr
Filter for use in pattern expressions.
Constructor Summary | |
---|---|
PatternFilterExpr(Filter filter)
Ctor. |
|
PatternFilterExpr(Filter filter,
String tagName)
Ctor. |
Method Summary | |
---|---|
Filter |
getFilter()
Returns the filter specification. |
String |
getTagName()
Returns the tag name. |
void |
setFilter(Filter filter)
Sets the filter specification. |
void |
setTagName(String tagName)
Sets the tag name. |
void |
toEQL(StringWriter writer)
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in language syntax. |
Methods inherited from class net.esper.client.soda.PatternExprBase |
---|
addChild, getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternFilterExpr(Filter filter)
filter
- specifies to events to filter outpublic PatternFilterExpr(Filter filter, String tagName)
filter
- specifies to events to filter outtagName
- specifies the name of the tag to assigned to matching eventsMethod Detail |
---|
public String getTagName()
public void setTagName(String tagName)
tagName
- tag name to setpublic Filter getFilter()
public void setFilter(Filter filter)
filter
- to usepublic void toEQL(StringWriter writer)
PatternExpr
writer
- is the output to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |