|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ContextDescriptorConditionPattern
public class ContextDescriptorConditionPattern
Context condition that start/initiated or ends/terminates context partitions based on a pattern.
Constructor Summary | |
---|---|
ContextDescriptorConditionPattern()
Ctor. |
|
ContextDescriptorConditionPattern(PatternExpr pattern,
boolean inclusive,
boolean now)
Ctor. |
Method Summary | |
---|---|
PatternExpr |
getPattern()
Returns the pattern expression. |
boolean |
isInclusive()
Return the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements. |
boolean |
isNow()
Returns "now" indicator |
void |
setInclusive(boolean inclusive)
Set the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements. |
void |
setNow(boolean now)
Sets "now" indicator |
void |
setPattern(PatternExpr pattern)
Sets the pattern expression. |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Populate the EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextDescriptorConditionPattern()
public ContextDescriptorConditionPattern(PatternExpr pattern, boolean inclusive, boolean now)
pattern
- pattern expressioninclusive
- if the events of the pattern should be included in the contextual statementsnow
- indicator whether "now"Method Detail |
---|
public PatternExpr getPattern()
public void setPattern(PatternExpr pattern)
pattern
- to setpublic boolean isInclusive()
public void setInclusive(boolean inclusive)
inclusive
- inclusive flagpublic boolean isNow()
public void setNow(boolean now)
now
- "now" indicatorpublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
ContextDescriptorCondition
toEPL
in interface ContextDescriptorCondition
writer
- outputformatter
- formatter
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |