public class MatchRecognizeRegExNested extends MatchRecognizeRegEx implements java.io.Serializable
Event row regular expressions are organized into a tree-like structure with nodes representing sub-expressions.
Constructor and Description |
---|
MatchRecognizeRegExNested()
Ctor.
|
MatchRecognizeRegExNested(MatchRecogizePatternElementType type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
MatchRecogizePatternElementType |
getType()
Returns multiplicity.
|
void |
setType(MatchRecogizePatternElementType type)
Sets multiplicity.
|
void |
writeEPL(java.io.StringWriter writer)
Write EPL.
|
getChildren, getTreeObjectName, setChildren, setTreeObjectName
public MatchRecognizeRegExNested()
public MatchRecognizeRegExNested(MatchRecogizePatternElementType type)
type
- multiplicitypublic MatchRecogizePatternElementType getType()
public void setType(MatchRecogizePatternElementType type)
type
- multiplicity to setpublic void writeEPL(java.io.StringWriter writer)
MatchRecognizeRegEx
writeEPL
in class MatchRecognizeRegEx
writer
- to use