Click or drag to resize

MatchRecognizeClause Class

Match-recognize clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeClause

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

The MatchRecognizeClause type exposes the following members.

Constructors
  NameDescription
Public methodMatchRecognizeClause
Ctor.
Top
Properties
  NameDescription
Public propertyDefines
Returns the defines-clause
Public propertyIntervalClause
Returns the interval clause.
Public propertyIsAll
Indicator whether all matches.
Public propertyMeasures
Returns measures.
Public propertyPartitionExpressions
Get partition expressions.
Public propertyPattern
Returns regex-pattern.
Public propertySkipClause
Returns skip-clause.
Top
Methods
  NameDescription
Public methodToEPL
Renders the clause in textual representation.
Top
See Also