|
||||||||||
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.MatchRecognizeRegExAtom
public class MatchRecognizeRegExAtom
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 | |
---|---|
MatchRecognizeRegExAtom()
Ctor. |
|
MatchRecognizeRegExAtom(java.lang.String name,
MatchRecogizePatternElementType type)
Ctor. |
|
MatchRecognizeRegExAtom(java.lang.String name,
MatchRecogizePatternElementType type,
MatchRecognizeRegExRepeat optionalRepeat)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns variable name. |
MatchRecognizeRegExRepeat |
getOptionalRepeat()
Returns the repetition if any is defined |
MatchRecogizePatternElementType |
getType()
Returns multiplicity. |
void |
setName(java.lang.String name)
Sets variable name. |
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 MatchRecognizeRegExAtom()
public MatchRecognizeRegExAtom(java.lang.String name, MatchRecogizePatternElementType type)
name
- of variabletype
- multiplicitypublic MatchRecognizeRegExAtom(java.lang.String name, MatchRecogizePatternElementType type, MatchRecognizeRegExRepeat optionalRepeat)
name
- of variabletype
- multiplicityoptionalRepeat
- repetitionMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- variable name to setpublic MatchRecogizePatternElementType getType()
public void setType(MatchRecogizePatternElementType type)
type
- multiplicitypublic MatchRecognizeRegExRepeat getOptionalRepeat()
public void setOptionalRepeat(MatchRecognizeRegExRepeat optionalRepeat)
optionalRepeat
- repetition to setpublic 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 |