Click or drag to resize

MatchRecognizeRegExAtom Class

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.

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

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

The MatchRecognizeRegExAtom type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
(Inherited from MatchRecognizeRegEx.)
Public propertyName
Returns variable name.
Public propertyOptionalRepeat
Returns the repetition if any is defined
Public propertyTreeObjectName
Returns id of expression assigned by tools.
(Inherited from MatchRecognizeRegEx.)
Public propertyType
Returns multiplicity.
Top
Methods
See Also