|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.MatchRecognizeRegEx
com.espertech.esper.client.soda.MatchRecognizeRegExNested
public class MatchRecognizeRegExNested
Atom representing an expression for use in match-recognize.
Event row regular expressions are organized into a tree-like structure with nodes representing sub-expressions.
Constructor Summary | |
---|---|
MatchRecognizeRegExNested()
Ctor. |
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type)
Ctor. |
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor. |
Method Summary | |
---|---|
MatchRecognizeRegExRepeat |
getOptionalRepeat()
Returns the repetition |
MatchRecogizePatternElementType |
getType()
Returns multiplicity. |
void |
setOptionalRepeat(MatchRecognizeRegExRepeat optionalRepeat)
Sets the repetition |
void |
setType(MatchRecogizePatternElementType type)
Sets multiplicity. |
void |
writeEPL(java.io.StringWriter writer)
Write EPL. |
Methods inherited from class com.espertech.esper.client.soda.MatchRecognizeRegEx |
---|
getChildren, getTreeObjectName, setChildren, setTreeObjectName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchRecognizeRegExNested()
public MatchRecognizeRegExNested(MatchRecogizePatternElementType type)
type
- multiplicitypublic MatchRecognizeRegExNested(MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat)
type
- multiplicityoptionalRepeat
- repetitionMethod Detail |
---|
public MatchRecogizePatternElementType getType()
public void setType(MatchRecogizePatternElementType type)
type
- multiplicity to setpublic MatchRecognizeRegExRepeat getOptionalRepeat()
public void setOptionalRepeat(MatchRecognizeRegExRepeat optionalRepeat)
optionalRepeat
- repetitionpublic void writeEPL(java.io.StringWriter writer)
MatchRecognizeRegEx
writeEPL
in class MatchRecognizeRegEx
writer
- to use
|
© 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 |