Class MatchRecognizeRegEx
java.lang.Object
com.espertech.esper.common.client.soda.MatchRecognizeRegEx
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MatchRecognizeRegExAlteration
,MatchRecognizeRegExAtom
,MatchRecognizeRegExConcatenation
,MatchRecognizeRegExNested
,MatchRecognizeRegExPermutation
,MatchRecognizeRegExPlaceholder
Interface representing an expression for use in match-recognize.
Event row regular expressions are organized into a tree-like structure with nodes representing sub-expressions.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns child nodes.Returns id of expression assigned by tools.void
setChildren
(List<MatchRecognizeRegEx> children) Set child nodes.void
setTreeObjectName
(String treeObjectName) Sets id of expression assigned by tools.abstract void
writeEPL
(StringWriter writer) Write EPL.
-
Constructor Details
-
MatchRecognizeRegEx
protected MatchRecognizeRegEx()Ctor.
-
-
Method Details
-
getTreeObjectName
Returns id of expression assigned by tools.- Returns:
- id
-
setTreeObjectName
Sets id of expression assigned by tools.- Parameters:
treeObjectName
- to set
-
getChildren
Returns child nodes.- Returns:
- child nodes
-
setChildren
Set child nodes.- Parameters:
children
- child nodes to set
-
writeEPL
Write EPL.- Parameters:
writer
- to use
-