Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
class |
MatchRecognizeRegExAlteration
Interface representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExAtom
Atom representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExConcatenation
Interface representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExNested
Atom representing an expression for use in match-recognize.
|
class |
MatchRecognizeRegExPermutation
Interface representing a permutation expression for use in match-recognize.
|
class |
MatchRecognizeRegExPlaceholder
For use in match recognize pattern expression as a placeholder to represent its child nodes.
|
Modifier and Type | Method and Description |
---|---|
MatchRecognizeRegEx |
MatchRecognizeClause.getPattern()
Returns regex-pattern.
|
Modifier and Type | Method and Description |
---|---|
List<MatchRecognizeRegEx> |
MatchRecognizeRegEx.getChildren()
Returns child nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeClause.setPattern(MatchRecognizeRegEx pattern)
Sets regex-pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeRegEx.setChildren(List<MatchRecognizeRegEx> children)
Set child nodes.
|
Copyright © 2005–2018. All rights reserved.