Click or drag to resize

MatchRecognizeRegExConcatenation Class

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.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeRegEx
    com.espertech.esper.common.client.sodaMatchRecognizeRegExConcatenation

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class MatchRecognizeRegExConcatenation : MatchRecognizeRegEx

The MatchRecognizeRegExConcatenation type exposes the following members.

Constructors
  NameDescription
Public methodMatchRecognizeRegExConcatenation
Initializes a new instance of the MatchRecognizeRegExConcatenation class
Top
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
(Inherited from MatchRecognizeRegEx.)
Public propertyTreeObjectName
Returns id of expression assigned by tools.
(Inherited from MatchRecognizeRegEx.)
Top
Methods
See Also